#4574D4

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

Shades of Royal Blue #4574D4

Tints of Royal Blue #4574D4

Color information

#4574D4 (or 0x4574D4) is unknown color: approx Royal Blue. HEX triplet: 45, 74 and D4. RGB value is (69,116,212). Sum of RGB (Red+Green+Blue) = 69+116+212=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 212 (83.20% from 255 or 53.40% from 397); Max value from RGB is 212 - color contains mainly: blue. Hex color #4574D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574D4 is #BA8B2B. Grayscale: #707070. Windows color (decimal): -12225324 or 13923397. OLE color: 13923397.

HSL color Cylindrical-coordinate representation of color #4574D4: hue angle of 220.28º 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 #4574D4 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB69116212-
CMYK0.670.4500.17
HSL220.28º62.45%55.1%-
HSV(B)220.28º67.45%83.14%-
XYZ20.5818.5164.78-
YUV112.89183.9396.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.38%
GREEN value IS 116 (45.70% from 255) = 29.22%
BLUE value IS 212 (83.20% from 255) = 53.40%
R=17.38%
G=29.22%
B=53.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal691162120.670.4500.17220.2862.4555.1
Hex4574D4432D011dc3e37
Octal105164324103550213347667
Binary1000101111010011010100100001110110101000111011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4574D4; }

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

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

<style>
 a { background-color: #4574D4; }

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

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

<style>
 span { border-color: #4574D4; }

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

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