#10494D

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

Shades of Cyprus #10494D

Tints of Cyprus #10494D

Color information

#10494D (or 0x10494D) is unknown color: approx Cyprus. HEX triplet: 10, 49 and 4D. RGB value is (16,73,77). Sum of RGB (Red+Green+Blue) = 16+73+77=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #10494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10494D is #EFB6B2. Grayscale: #383838. Windows color (decimal): -15709875 or 5064976. OLE color: 5064976.

HSL color Cylindrical-coordinate representation of color #10494D: hue angle of 183.93º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10494D is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB167377-
CMYK0.790.0500.70
HSL183.93º65.59%18.24%-
HSV(B)183.93º79.22%30.2%-
XYZ3.945.417.86-
YUV56.41139.6299.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=9.64%
G=43.98%
B=46.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1673770.790.0500.70183.9365.5918.24
Hex10494D4F5046b84212
Octal201111151175010627010222
Binary100001001001100110110011111010100011010111000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10494D; }

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

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

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

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

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

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

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

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