Html Css Color HEX #104849 Cyprus

📋 copy color: '#104849'

red 16 ◦ green 72 ◦ blue 73

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

Shades of Cyprus #104849

Tints of Cyprus #104849

RGB

 RED value IS 16 (6.64% from 255) = 9.94%

 GREEN value IS 72 (28.52% from 255) = 44.72%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 9.94%
G = 44.72%
B = 45.34%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#104849 (or 0x104849) is known color: Cyprus. HEX triplet: 10, 48 and 49. RGB value is (16,72,73). Sum of RGB (Red+Green+Blue) = 16+72+73=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #104849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104849 is #EFB7B6. Grayscale: #373737. Windows color (decimal): -15710135 or 4802576. OLE color: 4802576.

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

Color convert

RGB 16 72 73 -
CMYK 0.78 0.01 0 0.71
HSL 181.05º 0.64% 0.17% -
HSV(B) 181.05º 0.78% 0.29% -
XYZ 3.73 5.23 7.12 -
YUV 55.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 16 72 73 0.78 0.01 0 0.71 181.05 0.64 0.17
Hex 10 48 49 4E 1 0 47 B5 40 11
Octal 20 110 111 116 1 0 107 265 100 21
Binary 10000 1001000 1001001 1001110 1 0 1000111 10110101 1000000 10001

Color Harmonies of #104849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104849

Black with #104849

Text Example


Text Example

White with #104849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104849; }

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

 H1.HeaderClassName
 {
   color: #104849;
 }
 .AnyTagClassName
 {
   color: #104849;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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