Html Css Color HEX #4082AE Steel Blue

📋 copy color: '#4082AE'

red 64 ◦ green 130 ◦ blue 174

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

Shades of Steel Blue #4082AE

Tints of Steel Blue #4082AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.28%

R = 17.39%
G = 35.33%
B = 47.28%

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

#4082AE (or 0x4082AE) is known color: Steel Blue. HEX triplet: 40, 82 and AE. RGB value is (64,130,174). Sum of RGB (Red+Green+Blue) = 64+130+174=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #4082AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AE is #BF7D51. Grayscale: #737373. Windows color (decimal): -12549458 or 11436608. OLE color: 11436608.

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

Color convert

RGB 64 130 174 -
CMYK 0.63 0.25 0 0.32
HSL 204º 0.46% 0.47% -
HSV(B) 204º 0.63% 0.68% -
XYZ 17.74 20.11 42.99 -
YUV 115.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 64 130 174 0.63 0.25 0 0.32 204 0.46 0.47
Hex 40 82 AE 3F 19 0 20 CC 2E 2F
Octal 100 202 256 77 31 0 40 314 56 57
Binary 1000000 10000010 10101110 111111 11001 0 100000 11001100 101110 101111

Color Harmonies of #4082AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082AE

Black with #4082AE

Text Example


Text Example

White with #4082AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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