Html Css Color HEX #4573CC Royal Blue

📋 copy color: '#4573CC'

red 69 ◦ green 115 ◦ blue 204

#4573CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4573CC

Tints of Royal Blue #4573CC

RGB

 RED value IS 69 (27.34% from 255) = 17.78%

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 204 (80.08% from 255) = 52.58%

R = 17.78%
G = 29.64%
B = 52.58%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4573CC (or 0x4573CC) is known color: Royal Blue. HEX triplet: 45, 73 and CC. RGB value is (69,115,204). Sum of RGB (Red+Green+Blue) = 69+115+204=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #4573CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573CC is #BA8C33. Grayscale: #6E6E6E. Windows color (decimal): -12225588 or 13398853. OLE color: 13398853.

HSL color Cylindrical-coordinate representation of color #4573CC: hue angle of 219.56º degrees, saturation: 0.57, 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 #4573CC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 115 204 -
CMYK 0.66 0.44 0 0.2
HSL 219.56º 0.57% 0.54% -
HSV(B) 219.56º 0.66% 0.8% -
XYZ 19.48 17.89 59.55 -
YUV 111.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 69 115 204 0.66 0.44 0 0.2 219.56 0.57 0.54
Hex 45 73 CC 42 2C 0 14 DC 39 36
Octal 105 163 314 102 54 0 24 334 71 66
Binary 1000101 1110011 11001100 1000010 101100 0 10100 11011100 111001 110110

Color Harmonies of #4573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4573CC

Black with #4573CC

Text Example


Text Example

White with #4573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4573CC;
 }
 .AnyTagClassName
 {
   color: #4573CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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