#10474A

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

Shades of Cyprus #10474A

Tints of Cyprus #10474A

Color information

#10474A (or 0x10474A) is unknown color: approx Cyprus. HEX triplet: 10, 47 and 4A. RGB value is (16,71,74). Sum of RGB (Red+Green+Blue) = 16+71+74=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #10474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10474A is #EFB8B5. Grayscale: #363636. Windows color (decimal): -15710390 or 4867856. OLE color: 4867856.

HSL color Cylindrical-coordinate representation of color #10474A: hue angle of 183.1º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10474A is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB167174-
CMYK0.780.0400.71
HSL183.1º64.44%17.65%-
HSV(B)183.1º78.38%29.02%-
XYZ3.75.117.27-
YUV54.9138.78100.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=9.94%
G=44.10%
B=45.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1671740.780.0400.71183.164.4417.65
Hex10474A4E4047b74012
Octal201071121164010726710022
Binary100001000111100101010011101000100011110110111100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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