#146679

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

Shades of Allports #146679

Tints of Allports #146679

Color information

#146679 (or 0x146679) is unknown color: approx Allports. HEX triplet: 14, 66 and 79. RGB value is (20,102,121). Sum of RGB (Red+Green+Blue) = 20+102+121=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #146679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146679 is #EB9986. Grayscale: #4F4F4F. Windows color (decimal): -15440263 or 7955988. OLE color: 7955988.

HSL color Cylindrical-coordinate representation of color #146679: hue angle of 191.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146679 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB20102121-
CMYK0.830.1600.53
HSL191.29º71.63%27.65%-
HSV(B)191.29º83.47%47.45%-
XYZ8.4911.0319.77-
YUV79.65151.3385.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=8.23%
G=41.98%
B=49.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201021210.830.1600.53191.2971.6327.65
Hex1466795310035bf481c
Octal241461711232006527711034
Binary1010011001101111001101001110000011010110111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146679; }

 p { color: rgb(20,102,121); }

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

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

 a { background-color: rgb(20,102,121); }

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

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

 span { border-color: rgb(20,102,121); }

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