Html Css Color HEX #4076AE Steel Blue

📋 copy color: '#4076AE'

red 64 ◦ green 118 ◦ blue 174

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

Shades of Steel Blue #4076AE

Tints of Steel Blue #4076AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 17.98%
G = 33.15%
B = 48.88%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4076AE (or 0x4076AE) is known color: Steel Blue. HEX triplet: 40, 76 and AE. RGB value is (64,118,174). Sum of RGB (Red+Green+Blue) = 64+118+174=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #4076AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4076AE is #BF8951. Grayscale: #6B6B6B. Windows color (decimal): -12552530 or 11433536. OLE color: 11433536.

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

Color convert

RGB 64 118 174 -
CMYK 0.63 0.32 0 0.32
HSL 210.55º 0.46% 0.47% -
HSV(B) 210.55º 0.63% 0.68% -
XYZ 16.23 17.1 42.49 -
YUV 108.24 165.11 96.45 -
System Red Green Blue C M Y K H S L
Decimal 64 118 174 0.63 0.32 0 0.32 210.55 0.46 0.47
Hex 40 76 AE 3F 20 0 20 D3 2E 2F
Octal 100 166 256 77 40 0 40 323 56 57
Binary 1000000 1110110 10101110 111111 100000 0 100000 11010011 101110 101111

Color Harmonies of #4076AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4076AE

Black with #4076AE

Text Example


Text Example

White with #4076AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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