#4576BF

Color #4576BF Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4576BF

Tints of Steel Blue #4576BF

Color information

#4576BF (or 0x4576BF) is unknown color: approx Steel Blue. HEX triplet: 45, 76 and BF. RGB value is (69,118,191). Sum of RGB (Red+Green+Blue) = 69+118+191=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4576BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576BF is #BA8940. Grayscale: #6F6F6F. Windows color (decimal): -12224833 or 12547653. OLE color: 12547653.

HSL color Cylindrical-coordinate representation of color #4576BF: hue angle of 215.9º degrees, saturation: 0.49, 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 #4576BF is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB69118191-
CMYK0.640.3800.25
HSL215.9º48.8%50.98%-
HSV(B)215.9º63.87%74.9%-
XYZ18.3417.9851.79-
YUV111.67172.7797.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.25%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 191 (75% from 255) = 50.53%
R=18.25%
G=31.22%
B=50.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691181910.640.3800.25215.948.850.98
Hex4576BF4026019d83133
Octal105166277100460313306163
Binary1000101111011010111111100000010011001100111011000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4576BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4576BF;
 }
 .AnyTagClassName
 {
   color: #4576BF;
 }
</style>
background-color css

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

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

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

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

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

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