Html Css Color HEX #4077BF Steel Blue

📋 copy color: '#4077BF'

red 64 ◦ green 119 ◦ blue 191

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

Shades of Steel Blue #4077BF

Tints of Steel Blue #4077BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 17.11%
G = 31.82%
B = 51.07%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4077BF (or 0x4077BF) is known color: Steel Blue. HEX triplet: 40, 77 and BF. RGB value is (64,119,191). Sum of RGB (Red+Green+Blue) = 64+119+191=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #4077BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BF is #BF8840. Grayscale: #6E6E6E. Windows color (decimal): -12552257 or 12547904. OLE color: 12547904.

HSL color Cylindrical-coordinate representation of color #4077BF: hue angle of 214.02º 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 #4077BF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 119 191 -
CMYK 0.66 0.38 0 0.25
HSL 214.02º 0.5% 0.5% -
HSV(B) 214.02º 0.66% 0.75% -
XYZ 18.12 18.05 51.82 -
YUV 110.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 64 119 191 0.66 0.38 0 0.25 214.02 0.5 0.5
Hex 40 77 BF 42 26 0 19 D6 32 32
Octal 100 167 277 102 46 0 31 326 62 62
Binary 1000000 1110111 10111111 1000010 100110 0 11001 11010110 110010 110010

Color Harmonies of #4077BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077BF

Black with #4077BF

Text Example


Text Example

White with #4077BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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