Html Css Color HEX #4B554C Nandor

📋 copy color: '#4B554C'

red 75 ◦ green 85 ◦ blue 76

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

Shades of Nandor #4B554C

Tints of Nandor #4B554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

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

R = 31.78%
G = 36.02%
B = 32.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#4B554C (or 0x4B554C) is known color: Nandor. HEX triplet: 4B, 55 and 4C. RGB value is (75,85,76). Sum of RGB (Red+Green+Blue) = 75+85+76=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 85 - color contains mainly: green. Hex color #4B554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B554C is #B4AAB3. Grayscale: #515151. Windows color (decimal): -11840180 or 5002571. OLE color: 5002571.

HSL color Cylindrical-coordinate representation of color #4B554C: hue angle of 126º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B554C is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 85 76 -
CMYK 0.12 0 0.11 0.67
HSL 126º 0.06% 0.31% -
HSV(B) 126º 0.12% 0.33% -
XYZ 7.45 8.51 8.09 -
YUV 80.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 75 85 76 0.12 0 0.11 0.67 126 0.06 0.31
Hex 4B 55 4C C 0 B 43 7E 6 1F
Octal 113 125 114 14 0 13 103 176 6 37
Binary 1001011 1010101 1001100 1100 0 1011 1000011 1111110 110 11111

Color Harmonies of #4B554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B554C

Black with #4B554C

Text Example


Text Example

White with #4B554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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