#456DCB

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

Shades of Royal Blue #456DCB

Tints of Royal Blue #456DCB

Color information

#456DCB (or 0x456DCB) is unknown color: approx Royal Blue. HEX triplet: 45, 6D and CB. RGB value is (69,109,203). Sum of RGB (Red+Green+Blue) = 69+109+203=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #456DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DCB is #BA9234. Grayscale: #6B6B6B. Windows color (decimal): -12227125 or 13331781. OLE color: 13331781.

HSL color Cylindrical-coordinate representation of color #456DCB: hue angle of 222.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #456DCB is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69109203-
CMYK0.660.4600.20
HSL222.09º56.3%53.33%-
HSV(B)222.09º66.01%79.61%-
XYZ18.716.5158.7-
YUV107.76181.75100.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.11%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 203 (79.69% from 255) = 53.28%
R=18.11%
G=28.61%
B=53.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691092030.660.4600.20222.0956.353.33
Hex456DCB422E014de3835
Octal105155313102560243367065
Binary1000101110110111001011100001010111001010011011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456DCB; }

 p { color: rgb(69,109,203); }

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

<style>
 a { background-color: #456DCB; }

 a { background-color: rgb(69,109,203); }

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

<style>
 span { border-color: #456DCB; }

 span { border-color: rgb(69,109,203); }

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