Html Css Color HEX #4B5A4C Nandor

📋 copy color: '#4B5A4C'

red 75 ◦ green 90 ◦ blue 76

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

Shades of Nandor #4B5A4C

Tints of Nandor #4B5A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 31.12%
G = 37.34%
B = 31.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#4B5A4C (or 0x4B5A4C) is known color: Nandor. HEX triplet: 4B, 5A and 4C. RGB value is (75,90,76). Sum of RGB (Red+Green+Blue) = 75+90+76=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 90 - color contains mainly: green. Hex color #4B5A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5A4C is #B4A5B3. Grayscale: #535353. Windows color (decimal): -11838900 or 5003851. OLE color: 5003851.

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

Color convert

RGB 75 90 76 -
CMYK 0.17 0 0.16 0.65
HSL 124º 0.09% 0.32% -
HSV(B) 124º 0.17% 0.35% -
XYZ 7.86 9.33 8.22 -
YUV 83.92 123.53 121.64 -
System Red Green Blue C M Y K H S L
Decimal 75 90 76 0.17 0 0.16 0.65 124 0.09 0.32
Hex 4B 5A 4C 11 0 10 41 7C 9 20
Octal 113 132 114 21 0 20 101 174 11 40
Binary 1001011 1011010 1001100 10001 0 10000 1000001 1111100 1001 100000

Color Harmonies of #4B5A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5A4C

Black with #4B5A4C

Text Example


Text Example

White with #4B5A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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