Html Css Color HEX #4077AE Steel Blue

📋 copy color: '#4077AE'

red 64 ◦ green 119 ◦ blue 174

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

Shades of Steel Blue #4077AE

Tints of Steel Blue #4077AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 17.93%
G = 33.33%
B = 48.74%

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

#4077AE (or 0x4077AE) is known color: Steel Blue. HEX triplet: 40, 77 and AE. RGB value is (64,119,174). Sum of RGB (Red+Green+Blue) = 64+119+174=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #4077AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4077AE is #BF8851. Grayscale: #6C6C6C. Windows color (decimal): -12552274 or 11433792. OLE color: 11433792.

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

Color convert

RGB 64 119 174 -
CMYK 0.63 0.32 0 0.32
HSL 210º 0.46% 0.47% -
HSV(B) 210º 0.63% 0.68% -
XYZ 16.35 17.34 42.53 -
YUV 108.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 64 119 174 0.63 0.32 0 0.32 210 0.46 0.47
Hex 40 77 AE 3F 20 0 20 D2 2E 2F
Octal 100 167 256 77 40 0 40 322 56 57
Binary 1000000 1110111 10101110 111111 100000 0 100000 11010010 101110 101111

Color Harmonies of #4077AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077AE

Black with #4077AE

Text Example


Text Example

White with #4077AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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