Html Css Color HEX #4676BF Steel Blue

📋 copy color: '#4676BF'

red 70 ◦ green 118 ◦ blue 191

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

Shades of Steel Blue #4676BF

Tints of Steel Blue #4676BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 18.47%
G = 31.13%
B = 50.4%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4676BF (or 0x4676BF) is known color: Steel Blue. HEX triplet: 46, 76 and BF. RGB value is (70,118,191). Sum of RGB (Red+Green+Blue) = 70+118+191=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #4676BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4676BF is #B98940. Grayscale: #6F6F6F. Windows color (decimal): -12159297 or 12547654. OLE color: 12547654.

HSL color Cylindrical-coordinate representation of color #4676BF: hue angle of 216.2º degrees, saturation: 0.49, 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 #4676BF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 118 191 -
CMYK 0.63 0.38 0 0.25
HSL 216.2º 0.49% 0.51% -
HSV(B) 216.2º 0.63% 0.75% -
XYZ 18.41 18.02 51.8 -
YUV 111.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 70 118 191 0.63 0.38 0 0.25 216.2 0.49 0.51
Hex 46 76 BF 3F 26 0 19 D8 31 33
Octal 106 166 277 77 46 0 31 330 61 63
Binary 1000110 1110110 10111111 111111 100110 0 11001 11011000 110001 110011

Color Harmonies of #4676BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4676BF

Black with #4676BF

Text Example


Text Example

White with #4676BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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