#456BD4

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

Shades of Royal Blue #456BD4

Tints of Royal Blue #456BD4

Color information

#456BD4 (or 0x456BD4) is unknown color: approx Royal Blue. HEX triplet: 45, 6B and D4. RGB value is (69,107,212). Sum of RGB (Red+Green+Blue) = 69+107+212=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #456BD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BD4 is #BA942B. Grayscale: #6B6B6B. Windows color (decimal): -12227628 or 13921093. OLE color: 13921093.

HSL color Cylindrical-coordinate representation of color #456BD4: hue angle of 224.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456BD4 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB69107212-
CMYK0.670.5000.17
HSL224.06º62.45%55.1%-
HSV(B)224.06º67.45%83.14%-
XYZ19.616.5364.45-
YUV107.61186.91100.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.78%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 212 (83.20% from 255) = 54.64%
R=17.78%
G=27.58%
B=54.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal691072120.670.5000.17224.0662.4555.1
Hex456BD44332011e03e37
Octal105153324103620213407667
Binary1000101110101111010100100001111001001000111100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,107,212); }

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

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

 a { background-color: rgb(69,107,212); }

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

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

 span { border-color: rgb(69,107,212); }

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