#406BCB

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

Shades of Royal Blue #406BCB

Tints of Royal Blue #406BCB

Color information

#406BCB (or 0x406BCB) is unknown color: approx Royal Blue. HEX triplet: 40, 6B and CB. RGB value is (64,107,203). Sum of RGB (Red+Green+Blue) = 64+107+203=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #406BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406BCB is #BF9434. Grayscale: #686868. Windows color (decimal): -12555317 or 13331264. OLE color: 13331264.

HSL color Cylindrical-coordinate representation of color #406BCB: hue angle of 221.44º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #406BCB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64107203-
CMYK0.680.4700.20
HSL221.44º57.2%52.35%-
HSV(B)221.44º68.47%79.61%-
XYZ18.1515.9258.62-
YUV105.09183.2598.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 203 (79.69% from 255) = 54.28%
R=17.11%
G=28.61%
B=54.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641072030.680.4700.20221.4457.252.35
Hex406BCB442F014dd3934
Octal100153313104570243357164
Binary1000000110101111001011100010010111101010011011101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406BCB; }

 p { color: rgb(64,107,203); }

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

<style>
 a { background-color: #406BCB; }

 a { background-color: rgb(64,107,203); }

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

<style>
 span { border-color: #406BCB; }

 span { border-color: rgb(64,107,203); }

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