Html Css Color HEX #465849 Nandor

📋 copy color: '#465849'

red 70 ◦ green 88 ◦ blue 73

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

Shades of Nandor #465849

Tints of Nandor #465849

RGB

 RED value IS 70 (27.73% from 255) = 30.3%

 GREEN value IS 88 (34.77% from 255) = 38.1%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 30.3%
G = 38.1%
B = 31.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#465849 (or 0x465849) is known color: Nandor. HEX triplet: 46, 58 and 49. RGB value is (70,88,73). Sum of RGB (Red+Green+Blue) = 70+88+73=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #465849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465849 is #B9A7B6. Grayscale: #505050. Windows color (decimal): -12167095 or 4806726. OLE color: 4806726.

HSL color Cylindrical-coordinate representation of color #465849: hue angle of 130º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465849 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 73 -
CMYK 0.20 0 0.17 0.65
HSL 130º 0.11% 0.31% -
HSV(B) 130º 0.2% 0.35% -
XYZ 7.22 8.76 7.61 -
YUV 80.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 70 88 73 0.20 0 0.17 0.65 130 0.11 0.31
Hex 46 58 49 14 0 11 41 82 B 1F
Octal 106 130 111 24 0 21 101 202 13 37
Binary 1000110 1011000 1001001 10100 0 10001 1000001 10000010 1011 11111

Color Harmonies of #465849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465849

Black with #465849

Text Example


Text Example

White with #465849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465849; }

 p { color: rgb(70,88,73); }

 H1.HeaderClassName
 {
   color: #465849;
 }
 .AnyTagClassName
 {
   color: #465849;
 }
</style>

background-color css

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

 a { background-color: rgb(70,88,73); }

 div.DivClassName
 {
   background-color: #465849;
 }
 .BgClassName
 {
   background-color: #465849;
 }
</style>

border-color css

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

 span { border-color: rgb(70,88,73); }

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