Html Css Color HEX #4182AB Steel Blue

📋 copy color: '#4182AB'

red 65 ◦ green 130 ◦ blue 171

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

Shades of Steel Blue #4182AB

Tints of Steel Blue #4182AB

RGB

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

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

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

R = 17.76%
G = 35.52%
B = 46.72%

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

#4182AB (or 0x4182AB) is known color: Steel Blue. HEX triplet: 41, 82 and AB. RGB value is (65,130,171). Sum of RGB (Red+Green+Blue) = 65+130+171=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #4182AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4182AB is #BE7D54. Grayscale: #737373. Windows color (decimal): -12483925 or 11240001. OLE color: 11240001.

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

Color convert

RGB 65 130 171 -
CMYK 0.62 0.24 0 0.33
HSL 203.21º 0.45% 0.46% -
HSV(B) 203.21º 0.62% 0.67% -
XYZ 17.51 20.03 41.47 -
YUV 115.24 159.47 92.17 -
System Red Green Blue C M Y K H S L
Decimal 65 130 171 0.62 0.24 0 0.33 203.21 0.45 0.46
Hex 41 82 AB 3E 18 0 21 CB 2D 2E
Octal 101 202 253 76 30 0 41 313 55 56
Binary 1000001 10000010 10101011 111110 11000 0 100001 11001011 101101 101110

Color Harmonies of #4182AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182AB

Black with #4182AB

Text Example


Text Example

White with #4182AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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