Html Css Color HEX #4686B6 Steel Blue

📋 copy color: '#4686B6'

red 70 ◦ green 134 ◦ blue 182

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

Shades of Steel Blue #4686B6

Tints of Steel Blue #4686B6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 18.13%
G = 34.72%
B = 47.15%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4686B6 (or 0x4686B6) is known color: Steel Blue. HEX triplet: 46, 86 and B6. RGB value is (70,134,182). Sum of RGB (Red+Green+Blue) = 70+134+182=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #4686B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686B6 is #B97949. Grayscale: #787878. Windows color (decimal): -12155210 or 11961926. OLE color: 11961926.

HSL color Cylindrical-coordinate representation of color #4686B6: hue angle of 205.71º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4686B6 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 134 182 -
CMYK 0.62 0.26 0 0.29
HSL 205.71º 0.44% 0.49% -
HSV(B) 205.71º 0.62% 0.71% -
XYZ 19.49 21.73 47.42 -
YUV 120.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 70 134 182 0.62 0.26 0 0.29 205.71 0.44 0.49
Hex 46 86 B6 3E 1A 0 1D CE 2C 31
Octal 106 206 266 76 32 0 35 316 54 61
Binary 1000110 10000110 10110110 111110 11010 0 11101 11001110 101100 110001

Color Harmonies of #4686B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4686B6

Black with #4686B6

Text Example


Text Example

White with #4686B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4686B6; }

 p { color: rgb(70,134,182); }

 H1.HeaderClassName
 {
   color: #4686B6;
 }
 .AnyTagClassName
 {
   color: #4686B6;
 }
</style>

background-color css

<style>
 a { background-color: #4686B6; }

 a { background-color: rgb(70,134,182); }

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

border-color css

<style>
 span { border-color: #4686B6; }

 span { border-color: rgb(70,134,182); }

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