#14474C

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

Shades of Cyprus #14474C

Tints of Cyprus #14474C

Color information

#14474C (or 0x14474C) is unknown color: approx Cyprus. HEX triplet: 14, 47 and 4C. RGB value is (20,71,76). Sum of RGB (Red+Green+Blue) = 20+71+76=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #14474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14474C is #EBB8B3. Grayscale: #383838. Windows color (decimal): -15448244 or 4998932. OLE color: 4998932.

HSL color Cylindrical-coordinate representation of color #14474C: hue angle of 185.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14474C is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB207176-
CMYK0.740.0700.70
HSL185.36º58.33%18.82%-
HSV(B)185.36º73.68%29.8%-
XYZ3.855.187.63-
YUV56.32139.1102.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=11.98%
G=42.51%
B=45.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2071760.740.0700.70185.3658.3318.82
Hex14474C4A7046b93a13
Octal24107114112701062717223
Binary10100100011110011001001010111010001101011100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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