#147477

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

Shades of Allports #147477

Tints of Allports #147477

Color information

#147477 (or 0x147477) is unknown color: approx Allports. HEX triplet: 14, 74 and 77. RGB value is (20,116,119). Sum of RGB (Red+Green+Blue) = 20+116+119=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #147477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147477 is #EB8B88. Grayscale: #575757. Windows color (decimal): -15436681 or 7828500. OLE color: 7828500.

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

Color convert

RGB20116119-
CMYK0.830.0300.53
HSL181.82º71.22%27.25%-
HSV(B)181.82º83.19%46.67%-
XYZ9.8613.9719.63-
YUV87.64145.779.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=7.84%
G=45.49%
B=46.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201161190.830.0300.53181.8271.2227.25
Hex147477533035b6471b
Octal24164167123306526610733
Binary1010011101001110111101001111011010110110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147477; }

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

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

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

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

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

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

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

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