Html Css Color HEX #4577BD Steel Blue

📋 copy color: '#4577BD'

red 69 ◦ green 119 ◦ blue 189

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

Shades of Steel Blue #4577BD

Tints of Steel Blue #4577BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 18.3%
G = 31.56%
B = 50.13%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4577BD (or 0x4577BD) is known color: Steel Blue. HEX triplet: 45, 77 and BD. RGB value is (69,119,189). Sum of RGB (Red+Green+Blue) = 69+119+189=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #4577BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577BD is #BA8842. Grayscale: #6F6F6F. Windows color (decimal): -12224579 or 12416837. OLE color: 12416837.

HSL color Cylindrical-coordinate representation of color #4577BD: hue angle of 215º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4577BD is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 119 189 -
CMYK 0.63 0.37 0 0.26
HSL 215º 0.48% 0.51% -
HSV(B) 215º 0.63% 0.74% -
XYZ 18.24 18.13 50.68 -
YUV 112.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 69 119 189 0.63 0.37 0 0.26 215 0.48 0.51
Hex 45 77 BD 3F 25 0 1A D7 30 33
Octal 105 167 275 77 45 0 32 327 60 63
Binary 1000101 1110111 10111101 111111 100101 0 11010 11010111 110000 110011

Color Harmonies of #4577BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4577BD

Black with #4577BD

Text Example


Text Example

White with #4577BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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