Html Css Color HEX #4077BB Steel Blue

📋 copy color: '#4077BB'

red 64 ◦ green 119 ◦ blue 187

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

Shades of Steel Blue #4077BB

Tints of Steel Blue #4077BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 17.3%
G = 32.16%
B = 50.54%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4077BB (or 0x4077BB) is known color: Steel Blue. HEX triplet: 40, 77 and BB. RGB value is (64,119,187). Sum of RGB (Red+Green+Blue) = 64+119+187=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4077BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BB is #BF8844. Grayscale: #6D6D6D. Windows color (decimal): -12552261 or 12285760. OLE color: 12285760.

HSL color Cylindrical-coordinate representation of color #4077BB: hue angle of 213.17º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4077BB is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 119 187 -
CMYK 0.66 0.36 0 0.27
HSL 213.17º 0.49% 0.49% -
HSV(B) 213.17º 0.66% 0.73% -
XYZ 17.68 17.87 49.53 -
YUV 110.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 64 119 187 0.66 0.36 0 0.27 213.17 0.49 0.49
Hex 40 77 BB 42 24 0 1B D5 31 31
Octal 100 167 273 102 44 0 33 325 61 61
Binary 1000000 1110111 10111011 1000010 100100 0 11011 11010101 110001 110001

Color Harmonies of #4077BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077BB

Black with #4077BB

Text Example


Text Example

White with #4077BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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