#4574DE

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

Shades of Royal Blue #4574DE

Tints of Royal Blue #4574DE

Color information

#4574DE (or 0x4574DE) is unknown color: approx Royal Blue. HEX triplet: 45, 74 and DE. RGB value is (69,116,222). Sum of RGB (Red+Green+Blue) = 69+116+222=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #4574DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574DE is #BA8B21. Grayscale: #717171. Windows color (decimal): -12225314 or 14578757. OLE color: 14578757.

HSL color Cylindrical-coordinate representation of color #4574DE: hue angle of 221.57º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4574DE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69116222-
CMYK0.690.4800.13
HSL221.57º69.86%57.06%-
HSV(B)221.57º68.92%87.06%-
XYZ21.8819.0371.63-
YUV114.03188.9395.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 222 (87.11% from 255) = 54.55%
R=16.95%
G=28.50%
B=54.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691162220.690.4800.13221.5769.8657.06
Hex4574DE45300Dde4639
Octal1051643361056001533610671
Binary1000101111010011011110100010111000001101110111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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