Html Css Color HEX #4B584C Nandor

📋 copy color: '#4B584C'

red 75 ◦ green 88 ◦ blue 76

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

Shades of Nandor #4B584C

Tints of Nandor #4B584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 31.38%
G = 36.82%
B = 31.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#4B584C (or 0x4B584C) is known color: Nandor. HEX triplet: 4B, 58 and 4C. RGB value is (75,88,76). Sum of RGB (Red+Green+Blue) = 75+88+76=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B584C is #B4A7B3. Grayscale: #525252. Windows color (decimal): -11839412 or 5003339. OLE color: 5003339.

HSL color Cylindrical-coordinate representation of color #4B584C: hue angle of 124.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B584C is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 88 76 -
CMYK 0.15 0 0.14 0.65
HSL 124.62º 0.08% 0.32% -
HSV(B) 124.62º 0.15% 0.35% -
XYZ 7.7 9 8.17 -
YUV 82.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 75 88 76 0.15 0 0.14 0.65 124.62 0.08 0.32
Hex 4B 58 4C F 0 E 41 7D 8 20
Octal 113 130 114 17 0 16 101 175 10 40
Binary 1001011 1011000 1001100 1111 0 1110 1000001 1111101 1000 100000

Color Harmonies of #4B584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B584C

Black with #4B584C

Text Example


Text Example

White with #4B584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,88,76); }

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

background-color css

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

 a { background-color: rgb(75,88,76); }

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

border-color css

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

 span { border-color: rgb(75,88,76); }

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