Html Css Color HEX #46634A Nandor

📋 copy color: '#46634A'

red 70 ◦ green 99 ◦ blue 74

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

Shades of Nandor #46634A

Tints of Nandor #46634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

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

R = 28.81%
G = 40.74%
B = 30.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#46634A (or 0x46634A) is known color: Nandor. HEX triplet: 46, 63 and 4A. RGB value is (70,99,74). Sum of RGB (Red+Green+Blue) = 70+99+74=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #46634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46634A is #B99CB5. Grayscale: #575757. Windows color (decimal): -12164278 or 4875078. OLE color: 4875078.

HSL color Cylindrical-coordinate representation of color #46634A: hue angle of 128.28º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46634A is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 99 74 -
CMYK 0.29 0 0.25 0.61
HSL 128.28º 0.17% 0.33% -
HSV(B) 128.28º 0.29% 0.39% -
XYZ 8.22 10.72 8.11 -
YUV 87.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 70 99 74 0.29 0 0.25 0.61 128.28 0.17 0.33
Hex 46 63 4A 1D 0 19 3D 80 11 21
Octal 106 143 112 35 0 31 75 200 21 41
Binary 1000110 1100011 1001010 11101 0 11001 111101 10000000 10001 100001

Color Harmonies of #46634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46634A

Black with #46634A

Text Example


Text Example

White with #46634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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