Html Css Color HEX #495F4B Nandor

📋 copy color: '#495F4B'

red 73 ◦ green 95 ◦ blue 75

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

Shades of Nandor #495F4B

Tints of Nandor #495F4B

RGB

 RED value IS 73 (28.91% from 255) = 30.04%

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 30.04%
G = 39.09%
B = 30.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#495F4B (or 0x495F4B) is known color: Nandor. HEX triplet: 49, 5F and 4B. RGB value is (73,95,75). Sum of RGB (Red+Green+Blue) = 73+95+75=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 95 - color contains mainly: green. Hex color #495F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F4B is #B6A0B4. Grayscale: #565656. Windows color (decimal): -11968693 or 4939593. OLE color: 4939593.

HSL color Cylindrical-coordinate representation of color #495F4B: hue angle of 125.45º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F4B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 75 -
CMYK 0.23 0 0.21 0.63
HSL 125.45º 0.13% 0.33% -
HSV(B) 125.45º 0.23% 0.37% -
XYZ 8.11 10.11 8.18 -
YUV 86.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 73 95 75 0.23 0 0.21 0.63 125.45 0.13 0.33
Hex 49 5F 4B 17 0 15 3F 7D D 21
Octal 111 137 113 27 0 25 77 175 15 41
Binary 1001001 1011111 1001011 10111 0 10101 111111 1111101 1101 100001

Color Harmonies of #495F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F4B

Black with #495F4B

Text Example


Text Example

White with #495F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495F4B; }

 p { color: rgb(73,95,75); }

 H1.HeaderClassName
 {
   color: #495F4B;
 }
 .AnyTagClassName
 {
   color: #495F4B;
 }
</style>

background-color css

<style>
 a { background-color: #495F4B; }

 a { background-color: rgb(73,95,75); }

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

border-color css

<style>
 span { border-color: #495F4B; }

 span { border-color: rgb(73,95,75); }

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