Html Css Color HEX #4576BA Steel Blue

📋 copy color: '#4576BA'

red 69 ◦ green 118 ◦ blue 186

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

Shades of Steel Blue #4576BA

Tints of Steel Blue #4576BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 18.5%
G = 31.64%
B = 49.87%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4576BA (or 0x4576BA) is known color: Steel Blue. HEX triplet: 45, 76 and BA. RGB value is (69,118,186). Sum of RGB (Red+Green+Blue) = 69+118+186=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4576BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576BA is #BA8945. Grayscale: #6E6E6E. Windows color (decimal): -12224838 or 12219973. OLE color: 12219973.

HSL color Cylindrical-coordinate representation of color #4576BA: hue angle of 214.87º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4576BA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 118 186 -
CMYK 0.63 0.37 0 0.27
HSL 214.87º 0.46% 0.5% -
HSV(B) 214.87º 0.63% 0.73% -
XYZ 17.8 17.77 48.95 -
YUV 111.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 69 118 186 0.63 0.37 0 0.27 214.87 0.46 0.5
Hex 45 76 BA 3F 25 0 1B D7 2E 32
Octal 105 166 272 77 45 0 33 327 56 62
Binary 1000101 1110110 10111010 111111 100101 0 11011 11010111 101110 110010

Color Harmonies of #4576BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4576BA

Black with #4576BA

Text Example


Text Example

White with #4576BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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