#456CCB

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

Shades of Royal Blue #456CCB

Tints of Royal Blue #456CCB

Color information

#456CCB (or 0x456CCB) is unknown color: approx Royal Blue. HEX triplet: 45, 6C and CB. RGB value is (69,108,203). Sum of RGB (Red+Green+Blue) = 69+108+203=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #456CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CCB is #BA9334. Grayscale: #6A6A6A. Windows color (decimal): -12227381 or 13331525. OLE color: 13331525.

HSL color Cylindrical-coordinate representation of color #456CCB: hue angle of 222.54º 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 #456CCB is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69108203-
CMYK0.660.4700.20
HSL222.54º56.3%53.33%-
HSV(B)222.54º66.01%79.61%-
XYZ18.616.358.67-
YUV107.17182.08100.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.16%
GREEN value IS 108 (42.58% from 255) = 28.42%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=18.16%
G=28.42%
B=53.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691082030.660.4700.20222.5456.353.33
Hex456CCB422F014df3835
Octal105154313102570243377065
Binary1000101110110011001011100001010111101010011011111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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