#4C75B8

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

Shades of Steel Blue #4C75B8

Tints of Steel Blue #4C75B8

Color information

#4C75B8 (or 0x4C75B8) is unknown color: approx Steel Blue. HEX triplet: 4C, 75 and B8. RGB value is (76,117,184). Sum of RGB (Red+Green+Blue) = 76+117+184=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #4C75B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C75B8 is #B38A47. Grayscale: #707070. Windows color (decimal): -11766344 or 12088652. OLE color: 12088652.

HSL color Cylindrical-coordinate representation of color #4C75B8: hue angle of 217.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C75B8 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB76117184-
CMYK0.590.3600.28
HSL217.22º43.2%50.98%-
HSV(B)217.22º58.7%72.16%-
XYZ17.9917.7247.82-
YUV112.38168.42102.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=20.16%
G=31.03%
B=48.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761171840.590.3600.28217.2243.250.98
Hex4C75B83B2401Cd92b33
Octal11416527073440343315363
Binary100110011101011011100011101110010001110011011001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C75B8; }

 p { color: rgb(76,117,184); }

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

<style>
 a { background-color: #4C75B8; }

 a { background-color: rgb(76,117,184); }

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

<style>
 span { border-color: #4C75B8; }

 span { border-color: rgb(76,117,184); }

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