#14474E

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

Shades of Cyprus #14474E

Tints of Cyprus #14474E

Color information

#14474E (or 0x14474E) is unknown color: approx Cyprus. HEX triplet: 14, 47 and 4E. RGB value is (20,71,78). Sum of RGB (Red+Green+Blue) = 20+71+78=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #14474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14474E is #EBB8B1. Grayscale: #383838. Windows color (decimal): -15448242 or 5130004. OLE color: 5130004.

HSL color Cylindrical-coordinate representation of color #14474E: hue angle of 187.24º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14474E is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB207178-
CMYK0.740.0900.69
HSL187.24º59.18%19.22%-
HSV(B)187.24º74.36%30.59%-
XYZ3.925.218.01-
YUV56.55140.1101.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=11.83%
G=42.01%
B=46.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2071780.740.0900.69187.2459.1819.22
Hex14474E4A9045bb3b13
Octal241071161121101052737323
Binary101001000111100111010010101001010001011011101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14474E; }

 p { color: rgb(20,71,78); }

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

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

 a { background-color: rgb(20,71,78); }

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

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

 span { border-color: rgb(20,71,78); }

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