Html Css Color HEX #4082AD Steel Blue

📋 copy color: '#4082AD'

red 64 ◦ green 130 ◦ blue 173

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

Shades of Steel Blue #4082AD

Tints of Steel Blue #4082AD

RGB

 RED value IS 64 (25.39% from 255) = 17.44%

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

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

R = 17.44%
G = 35.42%
B = 47.14%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4082AD (or 0x4082AD) is known color: Steel Blue. HEX triplet: 40, 82 and AD. RGB value is (64,130,173). Sum of RGB (Red+Green+Blue) = 64+130+173=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #4082AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AD is #BF7D52. Grayscale: #727272. Windows color (decimal): -12549459 or 11371072. OLE color: 11371072.

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

Color convert

RGB 64 130 173 -
CMYK 0.63 0.25 0 0.32
HSL 203.67º 0.46% 0.46% -
HSV(B) 203.67º 0.63% 0.68% -
XYZ 17.64 20.07 42.48 -
YUV 115.17 160.63 91.5 -
System Red Green Blue C M Y K H S L
Decimal 64 130 173 0.63 0.25 0 0.32 203.67 0.46 0.46
Hex 40 82 AD 3F 19 0 20 CC 2E 2E
Octal 100 202 255 77 31 0 40 314 56 56
Binary 1000000 10000010 10101101 111111 11001 0 100000 11001100 101110 101110

Color Harmonies of #4082AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082AD

Black with #4082AD

Text Example


Text Example

White with #4082AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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