Html Css Color HEX #10464D Cyprus

📋 copy color: '#10464D'

red 16 ◦ green 70 ◦ blue 77

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

Shades of Cyprus #10464D

Tints of Cyprus #10464D

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

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

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

RGB 16 70 77 -
CMYK 0.79 0.09 0 0.70
HSL 186.89º 0.66% 0.18% -
HSV(B) 186.89º 0.79% 0.3% -
XYZ 3.74 5.03 7.79 -
YUV 54.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 16 70 77 0.79 0.09 0 0.70 186.89 0.66 0.18
Hex 10 46 4D 4F 9 0 46 BB 42 12
Octal 20 106 115 117 11 0 106 273 102 22
Binary 10000 1000110 1001101 1001111 1001 0 1000110 10111011 1000010 10010

Color Harmonies of #10464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10464D

Black with #10464D

Text Example


Text Example

White with #10464D

Text Example


Text Example

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