#104648

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

Shades of Cyprus #104648

Tints of Cyprus #104648

Color information

#104648 (or 0x104648) is unknown color: approx Cyprus. HEX triplet: 10, 46 and 48. RGB value is (16,70,72). Sum of RGB (Red+Green+Blue) = 16+70+72=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 72 - color contains mainly: blue. Hex color #104648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104648 is #EFB9B7. Grayscale: #363636. Windows color (decimal): -15710648 or 4736528. OLE color: 4736528.

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

Color convert

RGB167072-
CMYK0.780.0300.72
HSL182.14º63.64%17.25%-
HSV(B)182.14º77.78%28.24%-
XYZ3.574.966.9-
YUV54.08138.11100.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=10.13%
G=44.30%
B=45.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1670720.780.0300.72182.1463.6417.25
Hex1046484E3048b64011
Octal201061101163011026610021
Binary10000100011010010001001110110100100010110110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104648; }

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

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

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

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

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

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

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

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