Html Css Color HEX #104649 Cyprus

📋 copy color: '#104649'

red 16 ◦ green 70 ◦ blue 73

#104649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #104649

Tints of Cyprus #104649

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 value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#104649 (or 0x104649) is known color: 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

RGB 16 70 73 -
CMYK 0.78 0.04 0 0.71
HSL 183.16º 0.64% 0.17% -
HSV(B) 183.16º 0.78% 0.29% -
XYZ 3.61 4.97 7.07 -
YUV 54.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 16 70 73 0.78 0.04 0 0.71 183.16 0.64 0.17
Hex 10 46 49 4E 4 0 47 B7 40 11
Octal 20 106 111 116 4 0 107 267 100 21
Binary 10000 1000110 1001001 1001110 100 0 1000111 10110111 1000000 10001

Color Harmonies of #104649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104649

Black with #104649

Text Example


Text Example

White with #104649

Text Example


Text Example

HTML Codes & Css Web 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>