Html Css Color HEX #4081AB Steel Blue

📋 copy color: '#4081AB'

red 64 ◦ green 129 ◦ blue 171

#4081AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4081AB

Tints of Steel Blue #4081AB

RGB

 RED value IS 64 (25.39% from 255) = 17.58%

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 17.58%
G = 35.44%
B = 46.98%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4081AB (or 0x4081AB) is known color: Steel Blue. HEX triplet: 40, 81 and AB. RGB value is (64,129,171). Sum of RGB (Red+Green+Blue) = 64+129+171=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #4081AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4081AB is #BF7E54. Grayscale: #727272. Windows color (decimal): -12549717 or 11239744. OLE color: 11239744.

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

Color convert

RGB 64 129 171 -
CMYK 0.63 0.25 0 0.33
HSL 203.55º 0.46% 0.46% -
HSV(B) 203.55º 0.63% 0.67% -
XYZ 17.32 19.73 41.42 -
YUV 114.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 64 129 171 0.63 0.25 0 0.33 203.55 0.46 0.46
Hex 40 81 AB 3F 19 0 21 CC 2E 2E
Octal 100 201 253 77 31 0 41 314 56 56
Binary 1000000 10000001 10101011 111111 11001 0 100001 11001100 101110 101110

Color Harmonies of #4081AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4081AB

Black with #4081AB

Text Example


Text Example

White with #4081AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4081AB;
 }
 .AnyTagClassName
 {
   color: #4081AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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