Html Css Color HEX #4077AB Steel Blue

📋 copy color: '#4077AB'

red 64 ◦ green 119 ◦ blue 171

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

Shades of Steel Blue #4077AB

Tints of Steel Blue #4077AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.31%

R = 18.08%
G = 33.62%
B = 48.31%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4077AB (or 0x4077AB) is known color: Steel Blue. HEX triplet: 40, 77 and AB. RGB value is (64,119,171). Sum of RGB (Red+Green+Blue) = 64+119+171=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #4077AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4077AB is #BF8854. Grayscale: #6C6C6C. Windows color (decimal): -12552277 or 11237184. OLE color: 11237184.

HSL color Cylindrical-coordinate representation of color #4077AB: hue angle of 209.16º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4077AB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 119 171 -
CMYK 0.63 0.30 0 0.33
HSL 209.16º 0.46% 0.46% -
HSV(B) 209.16º 0.63% 0.67% -
XYZ 16.06 17.22 41.01 -
YUV 108.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 64 119 171 0.63 0.30 0 0.33 209.16 0.46 0.46
Hex 40 77 AB 3F 1E 0 21 D1 2E 2E
Octal 100 167 253 77 36 0 41 321 56 56
Binary 1000000 1110111 10101011 111111 11110 0 100001 11010001 101110 101110

Color Harmonies of #4077AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077AB

Black with #4077AB

Text Example


Text Example

White with #4077AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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