#146A74

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

Shades of Allports #146A74

Tints of Allports #146A74

Color information

#146A74 (or 0x146A74) is unknown color: approx Allports. HEX triplet: 14, 6A and 74. RGB value is (20,106,116). Sum of RGB (Red+Green+Blue) = 20+106+116=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 116 (45.70% from 255 or 47.93% from 242); Max value from RGB is 116 - color contains mainly: blue. Hex color #146A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A74 is #EB958B. Grayscale: #515151. Windows color (decimal): -15439244 or 7629332. OLE color: 7629332.

HSL color Cylindrical-coordinate representation of color #146A74: hue angle of 186.25º 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 #146A74 is Cyan = 0.83, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20106116-
CMYK0.830.0900.55
HSL186.25º70.59%26.67%-
HSV(B)186.25º82.76%45.49%-
XYZ8.5911.7218.33-
YUV81.43147.5184.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 116 (45.70% from 255) = 47.93%
R=8.26%
G=43.80%
B=47.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201061160.830.0900.55186.2570.5926.67
Hex146A74539037ba471b
Octal241521641231106727210733
Binary101001101010111010010100111001011011110111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146A74; }

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

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

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

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

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

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

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

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