Html Css Color HEX #4676BA Steel Blue

📋 copy color: '#4676BA'

red 70 ◦ green 118 ◦ blue 186

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

Shades of Steel Blue #4676BA

Tints of Steel Blue #4676BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 18.72%
G = 31.55%
B = 49.73%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4676BA (or 0x4676BA) is known color: Steel Blue. HEX triplet: 46, 76 and BA. RGB value is (70,118,186). Sum of RGB (Red+Green+Blue) = 70+118+186=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4676BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676BA is #B98945. Grayscale: #6F6F6F. Windows color (decimal): -12159302 or 12219974. OLE color: 12219974.

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

Color convert

RGB 70 118 186 -
CMYK 0.62 0.37 0 0.27
HSL 215.17º 0.46% 0.5% -
HSV(B) 215.17º 0.62% 0.73% -
XYZ 17.87 17.8 48.95 -
YUV 111.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 70 118 186 0.62 0.37 0 0.27 215.17 0.46 0.5
Hex 46 76 BA 3E 25 0 1B D7 2E 32
Octal 106 166 272 76 45 0 33 327 56 62
Binary 1000110 1110110 10111010 111110 100101 0 11011 11010111 101110 110010

Color Harmonies of #4676BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4676BA

Black with #4676BA

Text Example


Text Example

White with #4676BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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