#147274

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

Shades of Allports #147274

Tints of Allports #147274

Color information

#147274 (or 0x147274) is unknown color: approx Allports. HEX triplet: 14, 72 and 74. RGB value is (20,114,116). Sum of RGB (Red+Green+Blue) = 20+114+116=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #147274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147274 is #EB8D8B. Grayscale: #565656. Windows color (decimal): -15437196 or 7631380. OLE color: 7631380.

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

Color convert

RGB20114116-
CMYK0.830.0200.55
HSL181.25º70.59%26.67%-
HSV(B)181.25º82.76%45.49%-
XYZ9.4613.4418.62-
YUV86.12144.8680.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=8%
G=45.6%
B=46.4%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201141160.830.0200.55181.2570.5926.67
Hex147274532037b5471b
Octal24162164123206726510733
Binary1010011100101110100101001110011011110110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147274; }

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

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

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

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

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

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

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

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