#4281AB

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

Shades of Steel Blue #4281AB

Tints of Steel Blue #4281AB

Color information

#4281AB (or 0x4281AB) is unknown color: approx Steel Blue. HEX triplet: 42, 81 and AB. RGB value is (66,129,171). Sum of RGB (Red+Green+Blue) = 66+129+171=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #4281AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4281AB is #BD7E54. Grayscale: #727272. Windows color (decimal): -12418645 or 11239746. OLE color: 11239746.

HSL color Cylindrical-coordinate representation of color #4281AB: hue angle of 204º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4281AB is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66129171-
CMYK0.610.2500.33
HSL204º44.3%46.47%-
HSV(B)204º61.4%67.06%-
XYZ17.4519.841.43-
YUV114.95159.6393.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=18.03%
G=35.25%
B=46.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661291710.610.2500.3320444.346.47
Hex4281AB3D19021cc2c2e
Octal10220125375310413145456
Binary1000010100000011010101111110111001010000111001100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4281AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4281AB; }

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

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

<style>
 a { background-color: #4281AB; }

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

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

<style>
 span { border-color: #4281AB; }

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

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