Html Css Color HEX #4083AE Steel Blue

📋 copy color: '#4083AE'

red 64 ◦ green 131 ◦ blue 174

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

Shades of Steel Blue #4083AE

Tints of Steel Blue #4083AE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 17.34%
G = 35.5%
B = 47.15%

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

#4083AE (or 0x4083AE) is known color: Steel Blue. HEX triplet: 40, 83 and AE. RGB value is (64,131,174). Sum of RGB (Red+Green+Blue) = 64+131+174=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #4083AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4083AE is #BF7C51. Grayscale: #737373. Windows color (decimal): -12549202 or 11436864. OLE color: 11436864.

HSL color Cylindrical-coordinate representation of color #4083AE: hue angle of 203.45º 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 #4083AE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 131 174 -
CMYK 0.63 0.25 0 0.32
HSL 203.45º 0.46% 0.47% -
HSV(B) 203.45º 0.63% 0.68% -
XYZ 17.87 20.38 43.04 -
YUV 115.87 160.8 91 -
System Red Green Blue C M Y K H S L
Decimal 64 131 174 0.63 0.25 0 0.32 203.45 0.46 0.47
Hex 40 83 AE 3F 19 0 20 CB 2E 2F
Octal 100 203 256 77 31 0 40 313 56 57
Binary 1000000 10000011 10101110 111111 11001 0 100000 11001011 101110 101111

Color Harmonies of #4083AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083AE

Black with #4083AE

Text Example


Text Example

White with #4083AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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