Html Css Color HEX #4677BE Steel Blue

📋 copy color: '#4677BE'

red 70 ◦ green 119 ◦ blue 190

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

Shades of Steel Blue #4677BE

Tints of Steel Blue #4677BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 18.47%
G = 31.4%
B = 50.13%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4677BE (or 0x4677BE) is known color: Steel Blue. HEX triplet: 46, 77 and BE. RGB value is (70,119,190). Sum of RGB (Red+Green+Blue) = 70+119+190=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4677BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4677BE is #B98841. Grayscale: #707070. Windows color (decimal): -12159042 or 12482374. OLE color: 12482374.

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

Color convert

RGB 70 119 190 -
CMYK 0.63 0.37 0 0.25
HSL 215.5º 0.48% 0.51% -
HSV(B) 215.5º 0.63% 0.75% -
XYZ 18.42 18.21 51.26 -
YUV 112.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 70 119 190 0.63 0.37 0 0.25 215.5 0.48 0.51
Hex 46 77 BE 3F 25 0 19 D8 30 33
Octal 106 167 276 77 45 0 31 330 60 63
Binary 1000110 1110111 10111110 111111 100101 0 11001 11011000 110000 110011

Color Harmonies of #4677BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4677BE

Black with #4677BE

Text Example


Text Example

White with #4677BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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