#104649

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

Shades of Cyprus #104649

Tints of Cyprus #104649

Color information

#104649 (or 0x104649) is unknown color: approx Cyprus. HEX triplet: 10, 46 and 49. RGB value is (16,70,73). Sum of RGB (Red+Green+Blue) = 16+70+73=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #104649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104649 is #EFB9B6. Grayscale: #363636. Windows color (decimal): -15710647 or 4802064. OLE color: 4802064.

HSL color Cylindrical-coordinate representation of color #104649: hue angle of 183.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104649 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB167073-
CMYK0.780.0400.71
HSL183.16º64.04%17.45%-
HSV(B)183.16º78.08%28.63%-
XYZ3.614.977.07-
YUV54.2138.61100.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=10.06%
G=44.03%
B=45.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1670730.780.0400.71183.1664.0417.45
Hex1046494E4047b74011
Octal201061111164010726710021
Binary100001000110100100110011101000100011110110111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104649; }

 p { color: rgb(16,70,73); }

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

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

 a { background-color: rgb(16,70,73); }

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

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

 span { border-color: rgb(16,70,73); }

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