#4261d8

Color #4261D8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4261D8

Tints of Royal Blue #4261D8

Color information

#4261D8 (or 0x4261D8) is unknown color: approx Royal Blue. HEX triplet: 42, 61 and D8. RGB value is (66,97,216). Sum of RGB (Red+Green+Blue) = 66+97+216=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 216 (84.77% from 255 or 56.99% from 379); Max value from RGB is 216 - color contains mainly: blue. Hex color #4261D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4261D8 is #BD9E27. Grayscale: #646464. Windows color (decimal): -12426792 or 14180674. OLE color: 14180674.

HSL color Cylindrical-coordinate representation of color #4261D8: hue angle of 227.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4261D8 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6697216-
CMYK0.690.5500.15
HSL227.6º65.79%55.29%-
HSV(B)227.6º69.44%84.71%-
XYZ18.9214.6766.8-
YUV101.3192.73102.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 17.41%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 216 (84.77% from 255) = 56.99%
R=17.41%
G=25.59%
B=56.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66972160.690.5500.15227.665.7955.29
Hex4261D845370Fe44237
Octal1021413301056701734410267
Binary1000010110000111011000100010111011101111111001001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4261d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4261d8; }

 p { color: rgb(66,97,216); }

 H1.HeaderClassName
 {
   color: #4261d8;
 }
 .AnyTagClassName
 {
   color: #4261d8;
 }
</style>
background-color css

<style>
 a { background-color: #4261d8; }

 a { background-color: rgb(66,97,216); }

 div.DivClassName
 {
   background-color: #4261d8;
 }
 .BgClassName
 {
   background-color: #4261d8;
 }
</style>
border-color css

<style>
 span { border-color: #4261d8; }

 span { border-color: rgb(66,97,216); }

 td.TdClassName
 {
   border-color: #4261d8;
 }
 .TagClassName
 {
   border-color: #4261d8;
 }
</style>