#4577BF

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

Shades of Steel Blue #4577BF

Tints of Steel Blue #4577BF

Color information

#4577BF (or 0x4577BF) is unknown color: approx Steel Blue. HEX triplet: 45, 77 and BF. RGB value is (69,119,191). Sum of RGB (Red+Green+Blue) = 69+119+191=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4577BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4577BF is #BA8840. Grayscale: #6F6F6F. Windows color (decimal): -12224577 or 12547909. OLE color: 12547909.

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

Color convert

RGB69119191-
CMYK0.640.3800.25
HSL215.41º48.8%50.98%-
HSV(B)215.41º63.87%74.9%-
XYZ18.4618.2251.83-
YUV112.26172.4497.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 191 (75% from 255) = 50.40%
R=18.21%
G=31.40%
B=50.40%

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
Decimal691191910.640.3800.25215.4148.850.98
Hex4577BF4026019d73133
Octal105167277100460313276163
Binary1000101111011110111111100000010011001100111010111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4577BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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