Html Css Color HEX #4677BC Steel Blue

📋 copy color: '#4677BC'

red 70 ◦ green 119 ◦ blue 188

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

Shades of Steel Blue #4677BC

Tints of Steel Blue #4677BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 18.57%
G = 31.56%
B = 49.87%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4677BC (or 0x4677BC) is known color: Steel Blue. HEX triplet: 46, 77 and BC. RGB value is (70,119,188). Sum of RGB (Red+Green+Blue) = 70+119+188=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #4677BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677BC is #B98843. Grayscale: #6F6F6F. Windows color (decimal): -12159044 or 12351302. OLE color: 12351302.

HSL color Cylindrical-coordinate representation of color #4677BC: hue angle of 215.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4677BC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 119 188 -
CMYK 0.63 0.37 0 0.26
HSL 215.08º 0.47% 0.51% -
HSV(B) 215.08º 0.63% 0.74% -
XYZ 18.2 18.13 50.12 -
YUV 112.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 70 119 188 0.63 0.37 0 0.26 215.08 0.47 0.51
Hex 46 77 BC 3F 25 0 1A D7 2F 33
Octal 106 167 274 77 45 0 32 327 57 63
Binary 1000110 1110111 10111100 111111 100101 0 11010 11010111 101111 110011

Color Harmonies of #4677BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4677BC

Black with #4677BC

Text Example


Text Example

White with #4677BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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