Html Css Color HEX #4077BA Steel Blue

📋 copy color: '#4077BA'

red 64 ◦ green 119 ◦ blue 186

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

Shades of Steel Blue #4077BA

Tints of Steel Blue #4077BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 17.34%
G = 32.25%
B = 50.41%

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

#4077BA (or 0x4077BA) is known color: Steel Blue. HEX triplet: 40, 77 and BA. RGB value is (64,119,186). Sum of RGB (Red+Green+Blue) = 64+119+186=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4077BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077BA is #BF8845. Grayscale: #6D6D6D. Windows color (decimal): -12552262 or 12220224. OLE color: 12220224.

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

Color convert

RGB 64 119 186 -
CMYK 0.66 0.36 0 0.27
HSL 212.95º 0.49% 0.49% -
HSV(B) 212.95º 0.66% 0.73% -
XYZ 17.57 17.83 48.97 -
YUV 110.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 64 119 186 0.66 0.36 0 0.27 212.95 0.49 0.49
Hex 40 77 BA 42 24 0 1B D5 31 31
Octal 100 167 272 102 44 0 33 325 61 61
Binary 1000000 1110111 10111010 1000010 100100 0 11011 11010101 110001 110001

Color Harmonies of #4077BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4077BA

Black with #4077BA

Text Example


Text Example

White with #4077BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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