Html Css Color HEX #4577DC Royal Blue

📋 copy color: '#4577DC'

red 69 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #4577DC

Tints of Royal Blue #4577DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

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

R = 16.91%
G = 29.17%
B = 53.92%

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

#4577DC (or 0x4577DC) is known color: Royal Blue. HEX triplet: 45, 77 and DC. RGB value is (69,119,220). Sum of RGB (Red+Green+Blue) = 69+119+220=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #4577DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577DC is #BA8823. Grayscale: #737373. Windows color (decimal): -12224548 or 14448453. OLE color: 14448453.

HSL color Cylindrical-coordinate representation of color #4577DC: hue angle of 220.13º 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 #4577DC is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 69 119 220 -
CMYK 0.69 0.46 0 0.14
HSL 220.13º 0.68% 0.57% -
HSV(B) 220.13º 0.69% 0.86% -
XYZ 21.97 19.63 70.34 -
YUV 115.56 186.94 94.79 -
System Red Green Blue C M Y K H S L
Decimal 69 119 220 0.69 0.46 0 0.14 220.13 0.68 0.57
Hex 45 77 DC 45 2E 0 E DC 44 39
Octal 105 167 334 105 56 0 16 334 104 71
Binary 1000101 1110111 11011100 1000101 101110 0 1110 11011100 1000100 111001

Color Harmonies of #4577DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4577DC

Black with #4577DC

Text Example


Text Example

White with #4577DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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