Html Css Color HEX #4576BB Steel Blue

📋 copy color: '#4576BB'

red 69 ◦ green 118 ◦ blue 187

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

Shades of Steel Blue #4576BB

Tints of Steel Blue #4576BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 18.45%
G = 31.55%
B = 50%

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

#4576BB (or 0x4576BB) is known color: Steel Blue. HEX triplet: 45, 76 and BB. RGB value is (69,118,187). Sum of RGB (Red+Green+Blue) = 69+118+187=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4576BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576BB is #BA8944. Grayscale: #6E6E6E. Windows color (decimal): -12224837 or 12285509. OLE color: 12285509.

HSL color Cylindrical-coordinate representation of color #4576BB: hue angle of 215.08º 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 #4576BB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 118 187 -
CMYK 0.63 0.37 0 0.27
HSL 215.08º 0.46% 0.5% -
HSV(B) 215.08º 0.63% 0.73% -
XYZ 17.9 17.81 49.51 -
YUV 111.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 69 118 187 0.63 0.37 0 0.27 215.08 0.46 0.5
Hex 45 76 BB 3F 25 0 1B D7 2E 32
Octal 105 166 273 77 45 0 33 327 56 62
Binary 1000101 1110110 10111011 111111 100101 0 11011 11010111 101110 110010

Color Harmonies of #4576BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4576BB

Black with #4576BB

Text Example


Text Example

White with #4576BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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