#146862

Color #146862 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #146862

Tints of Blue Stone #146862

Color information

#146862 (or 0x146862) is unknown color: approx Blue Stone. HEX triplet: 14, 68 and 62. RGB value is (20,104,98). Sum of RGB (Red+Green+Blue) = 20+104+98=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #146862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146862 is #EB979D. Grayscale: #4E4E4E. Windows color (decimal): -15439774 or 6449172. OLE color: 6449172.

HSL color Cylindrical-coordinate representation of color #146862: hue angle of 175.71º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146862 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB2010498-
CMYK0.8100.060.59
HSL175.71º67.74%24.31%-
HSV(B)175.71º80.77%40.78%-
XYZ7.4410.9313.27-
YUV78.2139.1786.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=9.01%
G=46.85%
B=44.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104980.8100.060.59175.7167.7424.31
Hex14686251063Bb04418
Octal24150142121067326010430
Binary10100110100011000101010001011011101110110000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146862; }

 p { color: rgb(20,104,98); }

 H1.HeaderClassName
 {
   color: #146862;
 }
 .AnyTagClassName
 {
   color: #146862;
 }
</style>
background-color css

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

 a { background-color: rgb(20,104,98); }

 div.DivClassName
 {
   background-color: #146862;
 }
 .BgClassName
 {
   background-color: #146862;
 }
</style>
border-color css

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

 span { border-color: rgb(20,104,98); }

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