Html Css Color HEX #4576DC Royal Blue

📋 copy color: '#4576DC'

red 69 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #4576DC

Tints of Royal Blue #4576DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 16.95%
G = 28.99%
B = 54.05%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4576DC (or 0x4576DC) is known color: Royal Blue. HEX triplet: 45, 76 and DC. RGB value is (69,118,220). Sum of RGB (Red+Green+Blue) = 69+118+220=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #4576DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576DC is #BA8923. Grayscale: #727272. Windows color (decimal): -12224804 or 14448197. OLE color: 14448197.

HSL color Cylindrical-coordinate representation of color #4576DC: hue angle of 220.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4576DC is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 118 220 -
CMYK 0.69 0.46 0 0.14
HSL 220.53º 0.68% 0.57% -
HSV(B) 220.53º 0.69% 0.86% -
XYZ 21.85 19.39 70.3 -
YUV 114.98 187.27 95.21 -
System Red Green Blue C M Y K H S L
Decimal 69 118 220 0.69 0.46 0 0.14 220.53 0.68 0.57
Hex 45 76 DC 45 2E 0 E DD 44 39
Octal 105 166 334 105 56 0 16 335 104 71
Binary 1000101 1110110 11011100 1000101 101110 0 1110 11011101 1000100 111001

Color Harmonies of #4576DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4576DC

Black with #4576DC

Text Example


Text Example

White with #4576DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4576DC; }

 p { color: rgb(69,118,220); }

 H1.HeaderClassName
 {
   color: #4576DC;
 }
 .AnyTagClassName
 {
   color: #4576DC;
 }
</style>

background-color css

<style>
 a { background-color: #4576DC; }

 a { background-color: rgb(69,118,220); }

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

border-color css

<style>
 span { border-color: #4576DC; }

 span { border-color: rgb(69,118,220); }

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