#4C81AB

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

Shades of Steel Blue #4C81AB

Tints of Steel Blue #4C81AB

Color information

#4C81AB (or 0x4C81AB) is unknown color: approx Steel Blue. HEX triplet: 4C, 81 and AB. RGB value is (76,129,171). Sum of RGB (Red+Green+Blue) = 76+129+171=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C81AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C81AB is #B37E54. Grayscale: #757575. Windows color (decimal): -11763285 or 11239756. OLE color: 11239756.

HSL color Cylindrical-coordinate representation of color #4C81AB: hue angle of 206.53º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C81AB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB76129171-
CMYK0.560.2500.33
HSL206.53º38.46%48.43%-
HSV(B)206.53º55.56%67.06%-
XYZ18.1820.1841.46-
YUV117.94157.9498.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.21%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=20.21%
G=34.31%
B=45.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761291710.560.2500.33206.5338.4648.43
Hex4C81AB3819021cf2630
Octal11420125370310413174660
Binary1001100100000011010101111100011001010000111001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,129,171); }

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

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

 a { background-color: rgb(76,129,171); }

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

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

 span { border-color: rgb(76,129,171); }

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