#10474E

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

Shades of Cyprus #10474E

Tints of Cyprus #10474E

Color information

#10474E (or 0x10474E) is unknown color: approx Cyprus. HEX triplet: 10, 47 and 4E. RGB value is (16,71,78). Sum of RGB (Red+Green+Blue) = 16+71+78=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #10474E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10474E is #EFB8B1. Grayscale: #373737. Windows color (decimal): -15710386 or 5130000. OLE color: 5130000.

HSL color Cylindrical-coordinate representation of color #10474E: hue angle of 186.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10474E is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB167178-
CMYK0.790.0900.69
HSL186.77º65.96%18.43%-
HSV(B)186.77º79.49%30.59%-
XYZ3.845.178-
YUV55.35140.7899.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=9.70%
G=43.03%
B=47.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1671780.790.0900.69186.7765.9618.43
Hex10474E4F9045bb4212
Octal2010711611711010527310222
Binary1000010001111001110100111110010100010110111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10474E; }

 p { color: rgb(16,71,78); }

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

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

 a { background-color: rgb(16,71,78); }

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

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

 span { border-color: rgb(16,71,78); }

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