Html Css Color HEX #4182AC Steel Blue

📋 copy color: '#4182AC'

red 65 ◦ green 130 ◦ blue 172

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

Shades of Steel Blue #4182AC

Tints of Steel Blue #4182AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 17.71%
G = 35.42%
B = 46.87%

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

#4182AC (or 0x4182AC) is known color: Steel Blue. HEX triplet: 41, 82 and AC. RGB value is (65,130,172). Sum of RGB (Red+Green+Blue) = 65+130+172=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #4182AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4182AC is #BE7D53. Grayscale: #737373. Windows color (decimal): -12483924 or 11305537. OLE color: 11305537.

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

Color convert

RGB 65 130 172 -
CMYK 0.62 0.24 0 0.33
HSL 203.55º 0.45% 0.46% -
HSV(B) 203.55º 0.62% 0.67% -
XYZ 17.61 20.07 41.98 -
YUV 115.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 65 130 172 0.62 0.24 0 0.33 203.55 0.45 0.46
Hex 41 82 AC 3E 18 0 21 CC 2D 2E
Octal 101 202 254 76 30 0 41 314 55 56
Binary 1000001 10000010 10101100 111110 11000 0 100001 11001100 101101 101110

Color Harmonies of #4182AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182AC

Black with #4182AC

Text Example


Text Example

White with #4182AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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