#14464C

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

Shades of Cyprus #14464C

Tints of Cyprus #14464C

Color information

#14464C (or 0x14464C) is unknown color: approx Cyprus. HEX triplet: 14, 46 and 4C. RGB value is (20,70,76). Sum of RGB (Red+Green+Blue) = 20+70+76=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #14464C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14464C is #EBB9B3. Grayscale: #373737. Windows color (decimal): -15448500 or 4998676. OLE color: 4998676.

HSL color Cylindrical-coordinate representation of color #14464C: hue angle of 186.43º 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 #14464C is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB207076-
CMYK0.740.0800.70
HSL186.43º58.33%18.82%-
HSV(B)186.43º73.68%29.8%-
XYZ3.785.057.61-
YUV55.73139.44102.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 76 (30.08% from 255) = 45.78%
R=12.05%
G=42.17%
B=45.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2070760.740.0800.70186.4358.3318.82
Hex14464C4A8046ba3a13
Octal241061141121001062727223
Binary101001000110100110010010101000010001101011101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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