Html Css Color HEX #4577DB Royal Blue

📋 copy color: '#4577DB'

red 69 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #4577DB

Tints of Royal Blue #4577DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 16.95%
G = 29.24%
B = 53.81%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4577DB (or 0x4577DB) is known color: Royal Blue. HEX triplet: 45, 77 and DB. RGB value is (69,119,219). Sum of RGB (Red+Green+Blue) = 69+119+219=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #4577DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577DB is #BA8824. Grayscale: #737373. Windows color (decimal): -12224549 or 14382917. OLE color: 14382917.

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

Color convert

RGB 69 119 219 -
CMYK 0.68 0.46 0 0.14
HSL 220º 0.68% 0.56% -
HSV(B) 220º 0.68% 0.86% -
XYZ 21.84 19.57 69.64 -
YUV 115.45 186.44 94.87 -
System Red Green Blue C M Y K H S L
Decimal 69 119 219 0.68 0.46 0 0.14 220 0.68 0.56
Hex 45 77 DB 44 2E 0 E DC 44 38
Octal 105 167 333 104 56 0 16 334 104 70
Binary 1000101 1110111 11011011 1000100 101110 0 1110 11011100 1000100 111000

Color Harmonies of #4577DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4577DB

Black with #4577DB

Text Example


Text Example

White with #4577DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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