Html Css Color HEX #465D4A Nandor

📋 copy color: '#465D4A'

red 70 ◦ green 93 ◦ blue 74

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

Shades of Nandor #465D4A

Tints of Nandor #465D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 29.54%
G = 39.24%
B = 31.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#465D4A (or 0x465D4A) is known color: Nandor. HEX triplet: 46, 5D and 4A. RGB value is (70,93,74). Sum of RGB (Red+Green+Blue) = 70+93+74=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #465D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D4A is #B9A2B5. Grayscale: #545454. Windows color (decimal): -12165814 or 4873542. OLE color: 4873542.

HSL color Cylindrical-coordinate representation of color #465D4A: hue angle of 130.43º 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 #465D4A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 74 -
CMYK 0.25 0 0.20 0.64
HSL 130.43º 0.14% 0.32% -
HSV(B) 130.43º 0.25% 0.36% -
XYZ 7.68 9.63 7.93 -
YUV 83.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 70 93 74 0.25 0 0.20 0.64 130.43 0.14 0.32
Hex 46 5D 4A 19 0 14 40 82 E 20
Octal 106 135 112 31 0 24 100 202 16 40
Binary 1000110 1011101 1001010 11001 0 10100 1000000 10000010 1110 100000

Color Harmonies of #465D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D4A

Black with #465D4A

Text Example


Text Example

White with #465D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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