Html Css Color HEX #4181AA Steel Blue

📋 copy color: '#4181AA'

red 65 ◦ green 129 ◦ blue 170

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

Shades of Steel Blue #4181AA

Tints of Steel Blue #4181AA

RGB

 RED value IS 65 (25.78% from 255) = 17.86%

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 17.86%
G = 35.44%
B = 46.7%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4181AA (or 0x4181AA) is known color: Steel Blue. HEX triplet: 41, 81 and AA. RGB value is (65,129,170). Sum of RGB (Red+Green+Blue) = 65+129+170=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #4181AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4181AA is #BE7E55. Grayscale: #727272. Windows color (decimal): -12484182 or 11174209. OLE color: 11174209.

HSL color Cylindrical-coordinate representation of color #4181AA: hue angle of 203.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4181AA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 129 170 -
CMYK 0.62 0.24 0 0.33
HSL 203.43º 0.45% 0.46% -
HSV(B) 203.43º 0.62% 0.67% -
XYZ 17.29 19.73 40.93 -
YUV 114.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 65 129 170 0.62 0.24 0 0.33 203.43 0.45 0.46
Hex 41 81 AA 3E 18 0 21 CB 2D 2E
Octal 101 201 252 76 30 0 41 313 55 56
Binary 1000001 10000001 10101010 111110 11000 0 100001 11001011 101101 101110

Color Harmonies of #4181AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4181AA

Black with #4181AA

Text Example


Text Example

White with #4181AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4181AA; }

 p { color: rgb(65,129,170); }

 H1.HeaderClassName
 {
   color: #4181AA;
 }
 .AnyTagClassName
 {
   color: #4181AA;
 }
</style>

background-color css

<style>
 a { background-color: #4181AA; }

 a { background-color: rgb(65,129,170); }

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

border-color css

<style>
 span { border-color: #4181AA; }

 span { border-color: rgb(65,129,170); }

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