#4573CB

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

Shades of Royal Blue #4573CB

Tints of Royal Blue #4573CB

Color information

#4573CB (or 0x4573CB) is unknown color: approx Royal Blue. HEX triplet: 45, 73 and CB. RGB value is (69,115,203). Sum of RGB (Red+Green+Blue) = 69+115+203=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #4573CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573CB is #BA8C34. Grayscale: #6E6E6E. Windows color (decimal): -12225589 or 13333317. OLE color: 13333317.

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

Color convert

RGB69115203-
CMYK0.660.4300.20
HSL219.4º56.3%53.33%-
HSV(B)219.4º66.01%79.61%-
XYZ19.3617.8458.92-
YUV111.28179.7697.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.83%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=17.83%
G=29.72%
B=52.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691152030.660.4300.20219.456.353.33
Hex4573CB422B014db3835
Octal105163313102530243337065
Binary1000101111001111001011100001010101101010011011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4573CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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