Html Css Color HEX #4182AD Steel Blue

📋 copy color: '#4182AD'

red 65 ◦ green 130 ◦ blue 173

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

Shades of Steel Blue #4182AD

Tints of Steel Blue #4182AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 17.66%
G = 35.33%
B = 47.01%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4182AD (or 0x4182AD) is known color: Steel Blue. HEX triplet: 41, 82 and AD. RGB value is (65,130,173). Sum of RGB (Red+Green+Blue) = 65+130+173=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #4182AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4182AD is #BE7D52. Grayscale: #737373. Windows color (decimal): -12483923 or 11371073. OLE color: 11371073.

HSL color Cylindrical-coordinate representation of color #4182AD: hue angle of 203.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4182AD is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 130 173 -
CMYK 0.62 0.25 0 0.32
HSL 203.89º 0.45% 0.47% -
HSV(B) 203.89º 0.62% 0.68% -
XYZ 17.71 20.11 42.48 -
YUV 115.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 65 130 173 0.62 0.25 0 0.32 203.89 0.45 0.47
Hex 41 82 AD 3E 19 0 20 CC 2D 2F
Octal 101 202 255 76 31 0 40 314 55 57
Binary 1000001 10000010 10101101 111110 11001 0 100000 11001100 101101 101111

Color Harmonies of #4182AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4182AD

Black with #4182AD

Text Example


Text Example

White with #4182AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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