#4B76B8

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

Shades of Steel Blue #4B76B8

Tints of Steel Blue #4B76B8

Color information

#4B76B8 (or 0x4B76B8) is unknown color: approx Steel Blue. HEX triplet: 4B, 76 and B8. RGB value is (75,118,184). Sum of RGB (Red+Green+Blue) = 75+118+184=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 118 (46.48% from 255 or 31.30% 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 #4B76B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B76B8 is #B48947. Grayscale: #707070. Windows color (decimal): -11831624 or 12088907. OLE color: 12088907.

HSL color Cylindrical-coordinate representation of color #4B76B8: hue angle of 216.33º 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 #4B76B8 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB75118184-
CMYK0.590.3600.28
HSL216.33º43.43%50.78%-
HSV(B)216.33º59.24%72.16%-
XYZ18.0317.9147.85-
YUV112.67168.25101.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.89%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 184 (72.27% from 255) = 48.81%
R=19.89%
G=31.30%
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
Decimal751181840.590.3600.28216.3343.4350.78
Hex4B76B83B2401Cd82b33
Octal11316627073440343305363
Binary100101111101101011100011101110010001110011011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B76B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,118,184); }

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

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

 a { background-color: rgb(75,118,184); }

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

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

 span { border-color: rgb(75,118,184); }

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