Html Css Color HEX #4679BE Steel Blue

📋 copy color: '#4679BE'

red 70 ◦ green 121 ◦ blue 190

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

Shades of Steel Blue #4679BE

Tints of Steel Blue #4679BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 18.37%
G = 31.76%
B = 49.87%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4679BE (or 0x4679BE) is known color: Steel Blue. HEX triplet: 46, 79 and BE. RGB value is (70,121,190). Sum of RGB (Red+Green+Blue) = 70+121+190=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #4679BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679BE is #B98641. Grayscale: #717171. Windows color (decimal): -12158530 or 12482886. OLE color: 12482886.

HSL color Cylindrical-coordinate representation of color #4679BE: hue angle of 214.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 #4679BE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 121 190 -
CMYK 0.63 0.36 0 0.25
HSL 214.5º 0.48% 0.51% -
HSV(B) 214.5º 0.63% 0.75% -
XYZ 18.66 18.69 51.34 -
YUV 113.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 70 121 190 0.63 0.36 0 0.25 214.5 0.48 0.51
Hex 46 79 BE 3F 24 0 19 D6 30 33
Octal 106 171 276 77 44 0 31 326 60 63
Binary 1000110 1111001 10111110 111111 100100 0 11001 11010110 110000 110011

Color Harmonies of #4679BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679BE

Black with #4679BE

Text Example


Text Example

White with #4679BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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