#4281AF

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

Shades of Steel Blue #4281AF

Tints of Steel Blue #4281AF

Color information

#4281AF (or 0x4281AF) is unknown color: approx Steel Blue. HEX triplet: 42, 81 and AF. RGB value is (66,129,175). Sum of RGB (Red+Green+Blue) = 66+129+175=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #4281AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4281AF is #BD7E50. Grayscale: #737373. Windows color (decimal): -12418641 or 11501890. OLE color: 11501890.

HSL color Cylindrical-coordinate representation of color #4281AF: hue angle of 205.32º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4281AF is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB66129175-
CMYK0.620.2600.31
HSL205.32º45.23%47.25%-
HSV(B)205.32º62.29%68.63%-
XYZ17.8319.9543.47-
YUV115.41161.6392.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=17.84%
G=34.86%
B=47.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661291750.620.2600.31205.3245.2347.25
Hex4281AF3E1A01Fcd2d2f
Octal10220125776320373155557
Binary100001010000001101011111111101101001111111001101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4281AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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