#10464E

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

Shades of Cyprus #10464E

Tints of Cyprus #10464E

Color information

#10464E (or 0x10464E) is unknown color: approx Cyprus. HEX triplet: 10, 46 and 4E. RGB value is (16,70,78). Sum of RGB (Red+Green+Blue) = 16+70+78=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #10464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10464E is #EFB9B1. Grayscale: #363636. Windows color (decimal): -15710642 or 5129744. OLE color: 5129744.

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

Color convert

RGB167078-
CMYK0.790.1000.69
HSL187.74º65.96%18.43%-
HSV(B)187.74º79.49%30.59%-
XYZ3.785.047.98-
YUV54.77141.11100.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=9.76%
G=42.68%
B=47.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1670780.790.1000.69187.7465.9618.43
Hex10464E4FA045bc4212
Octal2010611611712010527410222
Binary1000010001101001110100111110100100010110111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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