#10464D

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

Shades of Cyprus #10464D

Tints of Cyprus #10464D

Color information

#10464D (or 0x10464D) is unknown color: approx Cyprus. HEX triplet: 10, 46 and 4D. RGB value is (16,70,77). Sum of RGB (Red+Green+Blue) = 16+70+77=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #10464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10464D is #EFB9B2. Grayscale: #363636. Windows color (decimal): -15710643 or 5064208. OLE color: 5064208.

HSL color Cylindrical-coordinate representation of color #10464D: hue angle of 186.89º 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 #10464D is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB167077-
CMYK0.790.0900.70
HSL186.89º65.59%18.24%-
HSV(B)186.89º79.22%30.2%-
XYZ3.745.037.79-
YUV54.65140.61100.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 77 (30.47% from 255) = 47.24%
R=9.82%
G=42.94%
B=47.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1670770.790.0900.70186.8965.5918.24
Hex10464D4F9046bb4212
Octal2010611511711010627310222
Binary1000010001101001101100111110010100011010111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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