#146674

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

Shades of Allports #146674

Tints of Allports #146674

Color information

#146674 (or 0x146674) is unknown color: approx Allports. HEX triplet: 14, 66 and 74. RGB value is (20,102,116). Sum of RGB (Red+Green+Blue) = 20+102+116=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #146674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146674 is #EB998B. Grayscale: #4E4E4E. Windows color (decimal): -15440268 or 7628308. OLE color: 7628308.

HSL color Cylindrical-coordinate representation of color #146674: hue angle of 188.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146674 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20102116-
CMYK0.830.1200.55
HSL188.75º70.59%26.67%-
HSV(B)188.75º82.76%45.49%-
XYZ8.1910.9118.2-
YUV79.08148.8385.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=8.40%
G=42.86%
B=48.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201021160.830.1200.55188.7570.5926.67
Hex14667453C037bd471b
Octal241461641231406727510733
Binary101001100110111010010100111100011011110111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146674; }

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

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

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

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

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

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

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

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