Html Css Color HEX #4577BE Steel Blue

📋 copy color: '#4577BE'

red 69 ◦ green 119 ◦ blue 190

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

Shades of Steel Blue #4577BE

Tints of Steel Blue #4577BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 18.25%
G = 31.48%
B = 50.26%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4577BE (or 0x4577BE) is known color: Steel Blue. HEX triplet: 45, 77 and BE. RGB value is (69,119,190). Sum of RGB (Red+Green+Blue) = 69+119+190=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4577BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577BE is #BA8841. Grayscale: #6F6F6F. Windows color (decimal): -12224578 or 12482373. OLE color: 12482373.

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

Color convert

RGB 69 119 190 -
CMYK 0.64 0.37 0 0.25
HSL 215.21º 0.48% 0.51% -
HSV(B) 215.21º 0.64% 0.75% -
XYZ 18.35 18.18 51.26 -
YUV 112.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 69 119 190 0.64 0.37 0 0.25 215.21 0.48 0.51
Hex 45 77 BE 40 25 0 19 D7 30 33
Octal 105 167 276 100 45 0 31 327 60 63
Binary 1000101 1110111 10111110 1000000 100101 0 11001 11010111 110000 110011

Color Harmonies of #4577BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4577BE

Black with #4577BE

Text Example


Text Example

White with #4577BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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