#4574CF

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

Shades of Royal Blue #4574CF

Tints of Royal Blue #4574CF

Color information

#4574CF (or 0x4574CF) is unknown color: approx Royal Blue. HEX triplet: 45, 74 and CF. RGB value is (69,116,207). Sum of RGB (Red+Green+Blue) = 69+116+207=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #4574CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574CF is #BA8B30. Grayscale: #6F6F6F. Windows color (decimal): -12225329 or 13595717. OLE color: 13595717.

HSL color Cylindrical-coordinate representation of color #4574CF: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4574CF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69116207-
CMYK0.670.4400.19
HSL219.57º58.97%54.12%-
HSV(B)219.57º66.67%81.18%-
XYZ19.9618.2661.5-
YUV112.32181.4397.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.60%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 207 (81.25% from 255) = 52.81%
R=17.60%
G=29.59%
B=52.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691162070.670.4400.19219.5758.9754.12
Hex4574CF432C013dc3b36
Octal105164317103540233347366
Binary1000101111010011001111100001110110001001111011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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