Html Css Color HEX #4077BE Steel Blue

📋 copy color: '#4077BE'

red 64 ◦ green 119 ◦ blue 190

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

Shades of Steel Blue #4077BE

Tints of Steel Blue #4077BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.94%

R = 17.16%
G = 31.9%
B = 50.94%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4077BE (or 0x4077BE) is known color: Steel Blue. HEX triplet: 40, 77 and BE. RGB value is (64,119,190). Sum of RGB (Red+Green+Blue) = 64+119+190=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #4077BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BE is #BF8841. Grayscale: #6E6E6E. Windows color (decimal): -12552258 or 12482368. OLE color: 12482368.

HSL color Cylindrical-coordinate representation of color #4077BE: hue angle of 213.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4077BE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 119 190 -
CMYK 0.66 0.37 0 0.25
HSL 213.81º 0.5% 0.5% -
HSV(B) 213.81º 0.66% 0.75% -
XYZ 18.01 18 51.24 -
YUV 110.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 64 119 190 0.66 0.37 0 0.25 213.81 0.5 0.5
Hex 40 77 BE 42 25 0 19 D6 32 32
Octal 100 167 276 102 45 0 31 326 62 62
Binary 1000000 1110111 10111110 1000010 100101 0 11001 11010110 110010 110010

Color Harmonies of #4077BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077BE

Black with #4077BE

Text Example


Text Example

White with #4077BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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