#4573CD

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

Shades of Royal Blue #4573CD

Tints of Royal Blue #4573CD

Color information

#4573CD (or 0x4573CD) is unknown color: approx Royal Blue. HEX triplet: 45, 73 and CD. RGB value is (69,115,205). Sum of RGB (Red+Green+Blue) = 69+115+205=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4573CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573CD is #BA8C32. Grayscale: #6F6F6F. Windows color (decimal): -12225587 or 13464389. OLE color: 13464389.

HSL color Cylindrical-coordinate representation of color #4573CD: hue angle of 219.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4573CD is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69115205-
CMYK0.660.4400.20
HSL219.71º57.63%53.73%-
HSV(B)219.71º66.34%80.39%-
XYZ19.617.9360.19-
YUV111.51180.7697.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.74%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 205 (80.47% from 255) = 52.70%
R=17.74%
G=29.56%
B=52.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691152050.660.4400.20219.7157.6353.73
Hex4573CD422C014dc3a36
Octal105163315102540243347266
Binary1000101111001111001101100001010110001010011011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4573CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4573CD; }

 p { color: rgb(69,115,205); }

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

<style>
 a { background-color: #4573CD; }

 a { background-color: rgb(69,115,205); }

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

<style>
 span { border-color: #4573CD; }

 span { border-color: rgb(69,115,205); }

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