Html Css Color HEX #4077BD Steel Blue

📋 copy color: '#4077BD'

red 64 ◦ green 119 ◦ blue 189

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

Shades of Steel Blue #4077BD

Tints of Steel Blue #4077BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 17.2%
G = 31.99%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4077BD (or 0x4077BD) is known color: Steel Blue. HEX triplet: 40, 77 and BD. RGB value is (64,119,189). Sum of RGB (Red+Green+Blue) = 64+119+189=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #4077BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BD is #BF8842. Grayscale: #6E6E6E. Windows color (decimal): -12552259 or 12416832. OLE color: 12416832.

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

Color convert

RGB 64 119 189 -
CMYK 0.66 0.37 0 0.26
HSL 213.6º 0.49% 0.5% -
HSV(B) 213.6º 0.66% 0.74% -
XYZ 17.9 17.96 50.67 -
YUV 110.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 64 119 189 0.66 0.37 0 0.26 213.6 0.49 0.5
Hex 40 77 BD 42 25 0 1A D6 31 32
Octal 100 167 275 102 45 0 32 326 61 62
Binary 1000000 1110111 10111101 1000010 100101 0 11010 11010110 110001 110010

Color Harmonies of #4077BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077BD

Black with #4077BD

Text Example


Text Example

White with #4077BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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