Html Css Color HEX #4182AA Steel Blue

📋 copy color: '#4182AA'

red 65 ◦ green 130 ◦ blue 170

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

Shades of Steel Blue #4182AA

Tints of Steel Blue #4182AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 17.81%
G = 35.62%
B = 46.58%

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

#4182AA (or 0x4182AA) is known color: Steel Blue. HEX triplet: 41, 82 and AA. RGB value is (65,130,170). Sum of RGB (Red+Green+Blue) = 65+130+170=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #4182AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4182AA is #BE7D55. Grayscale: #727272. Windows color (decimal): -12483926 or 11174465. OLE color: 11174465.

HSL color Cylindrical-coordinate representation of color #4182AA: hue angle of 202.86º 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 #4182AA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 130 170 -
CMYK 0.62 0.24 0 0.33
HSL 202.86º 0.45% 0.46% -
HSV(B) 202.86º 0.62% 0.67% -
XYZ 17.42 19.99 40.97 -
YUV 115.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 65 130 170 0.62 0.24 0 0.33 202.86 0.45 0.46
Hex 41 82 AA 3E 18 0 21 CB 2D 2E
Octal 101 202 252 76 30 0 41 313 55 56
Binary 1000001 10000010 10101010 111110 11000 0 100001 11001011 101101 101110

Color Harmonies of #4182AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182AA

Black with #4182AA

Text Example


Text Example

White with #4182AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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