#4B76AE

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

Shades of Steel Blue #4B76AE

Tints of Steel Blue #4B76AE

Color information

#4B76AE (or 0x4B76AE) is unknown color: approx Steel Blue. HEX triplet: 4B, 76 and AE. RGB value is (75,118,174). Sum of RGB (Red+Green+Blue) = 75+118+174=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B76AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B76AE is #B48951. Grayscale: #6F6F6F. Windows color (decimal): -11831634 or 11433547. OLE color: 11433547.

HSL color Cylindrical-coordinate representation of color #4B76AE: hue angle of 213.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B76AE is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB75118174-
CMYK0.570.3200.32
HSL213.94º39.76%48.82%-
HSV(B)213.94º56.9%68.24%-
XYZ17.0217.5142.53-
YUV111.53163.25101.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=20.44%
G=32.15%
B=47.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751181740.570.3200.32213.9439.7648.82
Hex4B76AE3920020d62831
Octal11316625671400403265061
Binary1001011111011010101110111001100000010000011010110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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