Html Css Color HEX #10464E Cyprus

📋 copy color: '#10464E'

red 16 ◦ green 70 ◦ blue 78

#10464E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #10464E

Tints of Cyprus #10464E

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 value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10464E (or 0x10464E) is known color: 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

RGB 16 70 78 -
CMYK 0.79 0.10 0 0.69
HSL 187.74º 0.66% 0.18% -
HSV(B) 187.74º 0.79% 0.31% -
XYZ 3.78 5.04 7.98 -
YUV 54.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 16 70 78 0.79 0.10 0 0.69 187.74 0.66 0.18
Hex 10 46 4E 4F A 0 45 BC 42 12
Octal 20 106 116 117 12 0 105 274 102 22
Binary 10000 1000110 1001110 1001111 1010 0 1000101 10111100 1000010 10010

Color Harmonies of #10464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10464E

Black with #10464E

Text Example


Text Example

White with #10464E

Text Example


Text Example

HTML Codes & Css Web 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>