#4578D0

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

Shades of Royal Blue #4578D0

Tints of Royal Blue #4578D0

Color information

#4578D0 (or 0x4578D0) is unknown color: approx Royal Blue. HEX triplet: 45, 78 and D0. RGB value is (69,120,208). Sum of RGB (Red+Green+Blue) = 69+120+208=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #4578D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4578D0 is #BA872F. Grayscale: #727272. Windows color (decimal): -12224304 or 13662277. OLE color: 13662277.

HSL color Cylindrical-coordinate representation of color #4578D0: hue angle of 217.99º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4578D0 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69120208-
CMYK0.670.4200.18
HSL217.99º59.66%54.31%-
HSV(B)217.99º66.83%81.57%-
XYZ20.5619.2562.31-
YUV114.78180.695.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.38%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 208 (81.64% from 255) = 52.39%
R=17.38%
G=30.23%
B=52.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691202080.670.4200.18217.9959.6654.31
Hex4578D0432A012da3c36
Octal105170320103520223327466
Binary1000101111100011010000100001110101001001011011010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4578D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4578D0; }

 p { color: rgb(69,120,208); }

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

<style>
 a { background-color: #4578D0; }

 a { background-color: rgb(69,120,208); }

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

<style>
 span { border-color: #4578D0; }

 span { border-color: rgb(69,120,208); }

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