Html Css Color HEX #4679BA Steel Blue

📋 copy color: '#4679BA'

red 70 ◦ green 121 ◦ blue 186

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

Shades of Steel Blue #4679BA

Tints of Steel Blue #4679BA

RGB

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

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

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

R = 18.57%
G = 32.1%
B = 49.34%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4679BA (or 0x4679BA) is known color: Steel Blue. HEX triplet: 46, 79 and BA. RGB value is (70,121,186). Sum of RGB (Red+Green+Blue) = 70+121+186=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #4679BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4679BA is #B98645. Grayscale: #707070. Windows color (decimal): -12158534 or 12220742. OLE color: 12220742.

HSL color Cylindrical-coordinate representation of color #4679BA: hue angle of 213.62º 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 #4679BA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 121 186 -
CMYK 0.62 0.35 0 0.27
HSL 213.62º 0.46% 0.5% -
HSV(B) 213.62º 0.62% 0.73% -
XYZ 18.23 18.52 49.07 -
YUV 113.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 70 121 186 0.62 0.35 0 0.27 213.62 0.46 0.5
Hex 46 79 BA 3E 23 0 1B D6 2E 32
Octal 106 171 272 76 43 0 33 326 56 62
Binary 1000110 1111001 10111010 111110 100011 0 11011 11010110 101110 110010

Color Harmonies of #4679BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4679BA

Black with #4679BA

Text Example


Text Example

White with #4679BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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