Html Css Color HEX #465D48 Nandor

📋 copy color: '#465D48'

red 70 ◦ green 93 ◦ blue 72

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

Shades of Nandor #465D48

Tints of Nandor #465D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.57%

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 29.79%
G = 39.57%
B = 30.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#465D48 (or 0x465D48) is known color: Nandor. HEX triplet: 46, 5D and 48. RGB value is (70,93,72). Sum of RGB (Red+Green+Blue) = 70+93+72=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #465D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D48 is #B9A2B7. Grayscale: #535353. Windows color (decimal): -12165816 or 4742470. OLE color: 4742470.

HSL color Cylindrical-coordinate representation of color #465D48: hue angle of 125.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D48 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 72 -
CMYK 0.25 0 0.23 0.64
HSL 125.22º 0.14% 0.32% -
HSV(B) 125.22º 0.25% 0.36% -
XYZ 7.61 9.6 7.58 -
YUV 83.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 70 93 72 0.25 0 0.23 0.64 125.22 0.14 0.32
Hex 46 5D 48 19 0 17 40 7D E 20
Octal 106 135 110 31 0 27 100 175 16 40
Binary 1000110 1011101 1001000 11001 0 10111 1000000 1111101 1110 100000

Color Harmonies of #465D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D48

Black with #465D48

Text Example


Text Example

White with #465D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D48; }

 p { color: rgb(70,93,72); }

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

background-color css

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

 a { background-color: rgb(70,93,72); }

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

border-color css

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

 span { border-color: rgb(70,93,72); }

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