#4481AB

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

Shades of Steel Blue #4481AB

Tints of Steel Blue #4481AB

Color information

#4481AB (or 0x4481AB) is unknown color: approx Steel Blue. HEX triplet: 44, 81 and AB. RGB value is (68,129,171). Sum of RGB (Red+Green+Blue) = 68+129+171=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4481AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4481AB is #BB7E54. Grayscale: #737373. Windows color (decimal): -12287573 or 11239748. OLE color: 11239748.

HSL color Cylindrical-coordinate representation of color #4481AB: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4481AB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68129171-
CMYK0.600.2500.33
HSL204.47º43.1%46.86%-
HSV(B)204.47º60.23%67.06%-
XYZ17.5819.8741.44-
YUV115.55159.2994.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.48%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=18.48%
G=35.05%
B=46.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681291710.600.2500.33204.4743.146.86
Hex4481AB3C19021cc2b2f
Octal10420125374310413145357
Binary1000100100000011010101111110011001010000111001100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4481AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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