#146762

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

Shades of Blue Stone #146762

Tints of Blue Stone #146762

Color information

#146762 (or 0x146762) is unknown color: approx Blue Stone. HEX triplet: 14, 67 and 62. RGB value is (20,103,98). Sum of RGB (Red+Green+Blue) = 20+103+98=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #146762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146762 is #EB989D. Grayscale: #4D4D4D. Windows color (decimal): -15440030 or 6448916. OLE color: 6448916.

HSL color Cylindrical-coordinate representation of color #146762: hue angle of 176.39º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146762 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB2010398-
CMYK0.8100.050.60
HSL176.39º67.48%24.12%-
HSV(B)176.39º80.58%40.39%-
XYZ7.3410.7313.24-
YUV77.61139.586.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=9.05%
G=46.61%
B=44.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103980.8100.050.60176.3967.4824.12
Hex14676251053Cb04318
Octal24147142121057426010330
Binary10100110011111000101010001010111110010110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146762; }

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

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

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

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

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

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

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

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