#4381AB

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

Shades of Steel Blue #4381AB

Tints of Steel Blue #4381AB

Color information

#4381AB (or 0x4381AB) is unknown color: approx Steel Blue. HEX triplet: 43, 81 and AB. RGB value is (67,129,171). Sum of RGB (Red+Green+Blue) = 67+129+171=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4381AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4381AB is #BC7E54. Grayscale: #737373. Windows color (decimal): -12353109 or 11239747. OLE color: 11239747.

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

Color convert

RGB67129171-
CMYK0.610.2500.33
HSL204.23º43.7%46.67%-
HSV(B)204.23º60.82%67.06%-
XYZ17.5219.8341.43-
YUV115.25159.4693.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.26%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=18.26%
G=35.15%
B=46.59%

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
Decimal671291710.610.2500.33204.2343.746.67
Hex4381AB3D19021cc2c2f
Octal10320125375310413145457
Binary1000011100000011010101111110111001010000111001100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4381AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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