#4481AF

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

Shades of Steel Blue #4481AF

Tints of Steel Blue #4481AF

Color information

#4481AF (or 0x4481AF) is unknown color: approx Steel Blue. HEX triplet: 44, 81 and AF. RGB value is (68,129,175). Sum of RGB (Red+Green+Blue) = 68+129+175=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #4481AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4481AF is #BB7E50. Grayscale: #737373. Windows color (decimal): -12287569 or 11501892. OLE color: 11501892.

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

Color convert

RGB68129175-
CMYK0.610.2600.31
HSL205.79º44.03%47.65%-
HSV(B)205.79º61.14%68.63%-
XYZ17.9720.0243.48-
YUV116.01161.2993.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 129 (50.78% from 255) = 34.68%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=18.28%
G=34.68%
B=47.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681291750.610.2600.31205.7944.0347.65
Hex4481AF3D1A01Fce2c30
Octal10420125775320373165460
Binary100010010000001101011111111011101001111111001110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4481AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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