Html Css Color HEX #4677BA Steel Blue

📋 copy color: '#4677BA'

red 70 ◦ green 119 ◦ blue 186

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

Shades of Steel Blue #4677BA

Tints of Steel Blue #4677BA

RGB

 RED value IS 70 (27.73% from 255) = 18.67%

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

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

R = 18.67%
G = 31.73%
B = 49.6%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4677BA (or 0x4677BA) is known color: Steel Blue. HEX triplet: 46, 77 and BA. RGB value is (70,119,186). Sum of RGB (Red+Green+Blue) = 70+119+186=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4677BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677BA is #B98845. Grayscale: #6F6F6F. Windows color (decimal): -12159046 or 12220230. OLE color: 12220230.

HSL color Cylindrical-coordinate representation of color #4677BA: hue angle of 214.66º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4677BA is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 119 186 -
CMYK 0.62 0.36 0 0.27
HSL 214.66º 0.46% 0.5% -
HSV(B) 214.66º 0.62% 0.73% -
XYZ 17.99 18.04 48.99 -
YUV 111.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 70 119 186 0.62 0.36 0 0.27 214.66 0.46 0.5
Hex 46 77 BA 3E 24 0 1B D7 2E 32
Octal 106 167 272 76 44 0 33 327 56 62
Binary 1000110 1110111 10111010 111110 100100 0 11011 11010111 101110 110010

Color Harmonies of #4677BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4677BA

Black with #4677BA

Text Example


Text Example

White with #4677BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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