#104749

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

Shades of Cyprus #104749

Tints of Cyprus #104749

Color information

#104749 (or 0x104749) is unknown color: approx Cyprus. HEX triplet: 10, 47 and 49. RGB value is (16,71,73). Sum of RGB (Red+Green+Blue) = 16+71+73=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #104749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104749 is #EFB8B6. Grayscale: #363636. Windows color (decimal): -15710391 or 4802320. OLE color: 4802320.

HSL color Cylindrical-coordinate representation of color #104749: hue angle of 182.11º 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 #104749 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB167173-
CMYK0.780.0300.71
HSL182.11º64.04%17.45%-
HSV(B)182.11º78.08%28.63%-
XYZ3.675.17.09-
YUV54.78138.28100.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 73 (28.91% from 255) = 45.62%
R=10%
G=44.38%
B=45.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1671730.780.0300.71182.1164.0417.45
Hex1047494E3047b64011
Octal201071111163010726610021
Binary10000100011110010011001110110100011110110110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104749; }

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

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

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

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

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

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

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

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