Html Css Color HEX #4B664D Nandor

📋 copy color: '#4B664D'

red 75 ◦ green 102 ◦ blue 77

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

Shades of Nandor #4B664D

Tints of Nandor #4B664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 29.53%
G = 40.16%
B = 30.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#4B664D (or 0x4B664D) is known color: Nandor. HEX triplet: 4B, 66 and 4D. RGB value is (75,102,77). Sum of RGB (Red+Green+Blue) = 75+102+77=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #4B664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B664D is #B499B2. Grayscale: #5B5B5B. Windows color (decimal): -11835827 or 5072459. OLE color: 5072459.

HSL color Cylindrical-coordinate representation of color #4B664D: hue angle of 124.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4B664D is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 77 -
CMYK 0.26 0 0.25 0.6
HSL 124.44º 0.15% 0.35% -
HSV(B) 124.44º 0.26% 0.4% -
XYZ 8.99 11.53 8.77 -
YUV 91.08 120.05 116.53 -
System Red Green Blue C M Y K H S L
Decimal 75 102 77 0.26 0 0.25 0.6 124.44 0.15 0.35
Hex 4B 66 4D 1A 0 19 3C 7C F 23
Octal 113 146 115 32 0 31 74 174 17 43
Binary 1001011 1100110 1001101 11010 0 11001 111100 1111100 1111 100011

Color Harmonies of #4B664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B664D

Black with #4B664D

Text Example


Text Example

White with #4B664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,102,77); }

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

background-color css

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

 a { background-color: rgb(75,102,77); }

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

border-color css

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

 span { border-color: rgb(75,102,77); }

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