Html Css Color HEX #4677BB Steel Blue

📋 copy color: '#4677BB'

red 70 ◦ green 119 ◦ blue 187

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

Shades of Steel Blue #4677BB

Tints of Steel Blue #4677BB

RGB

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

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

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

R = 18.62%
G = 31.65%
B = 49.73%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4677BB (or 0x4677BB) is known color: Steel Blue. HEX triplet: 46, 77 and BB. RGB value is (70,119,187). Sum of RGB (Red+Green+Blue) = 70+119+187=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #4677BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677BB is #B98844. Grayscale: #6F6F6F. Windows color (decimal): -12159045 or 12285766. OLE color: 12285766.

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

Color convert

RGB 70 119 187 -
CMYK 0.63 0.36 0 0.27
HSL 214.87º 0.46% 0.5% -
HSV(B) 214.87º 0.63% 0.73% -
XYZ 18.09 18.08 49.55 -
YUV 112.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 70 119 187 0.63 0.36 0 0.27 214.87 0.46 0.5
Hex 46 77 BB 3F 24 0 1B D7 2E 32
Octal 106 167 273 77 44 0 33 327 56 62
Binary 1000110 1110111 10111011 111111 100100 0 11011 11010111 101110 110010

Color Harmonies of #4677BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4677BB

Black with #4677BB

Text Example


Text Example

White with #4677BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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