Html Css Color HEX #4B684A Nandor

📋 copy color: '#4B684A'

red 75 ◦ green 104 ◦ blue 74

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

Shades of Nandor #4B684A

Tints of Nandor #4B684A

RGB

 RED value IS 75 (29.69% from 255) = 29.64%

 GREEN value IS 104 (41.02% from 255) = 41.11%

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

R = 29.64%
G = 41.11%
B = 29.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#4B684A (or 0x4B684A) is known color: Nandor. HEX triplet: 4B, 68 and 4A. RGB value is (75,104,74). Sum of RGB (Red+Green+Blue) = 75+104+74=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #4B684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B684A is #B497B5. Grayscale: #5C5C5C. Windows color (decimal): -11835318 or 4876363. OLE color: 4876363.

HSL color Cylindrical-coordinate representation of color #4B684A: hue angle of 118º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4B684A is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 104 74 -
CMYK 0.28 0 0.29 0.59
HSL 118º 0.17% 0.35% -
HSV(B) 118º 0.29% 0.41% -
XYZ 9.09 11.89 8.29 -
YUV 91.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 75 104 74 0.28 0 0.29 0.59 118 0.17 0.35
Hex 4B 68 4A 1C 0 1D 3B 76 11 23
Octal 113 150 112 34 0 35 73 166 21 43
Binary 1001011 1101000 1001010 11100 0 11101 111011 1110110 10001 100011

Color Harmonies of #4B684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B684A

Black with #4B684A

Text Example


Text Example

White with #4B684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B684A; }

 p { color: rgb(75,104,74); }

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

background-color css

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

 a { background-color: rgb(75,104,74); }

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

border-color css

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

 span { border-color: rgb(75,104,74); }

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