Html Css Color HEX #475A4A Nandor

📋 copy color: '#475A4A'

red 71 ◦ green 90 ◦ blue 74

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

Shades of Nandor #475A4A

Tints of Nandor #475A4A

RGB

 RED value IS 71 (28.13% from 255) = 30.21%

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

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 30.21%
G = 38.3%
B = 31.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#475A4A (or 0x475A4A) is known color: Nandor. HEX triplet: 47, 5A and 4A. RGB value is (71,90,74). Sum of RGB (Red+Green+Blue) = 71+90+74=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #475A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475A4A is #B8A5B5. Grayscale: #525252. Windows color (decimal): -12101046 or 4872775. OLE color: 4872775.

HSL color Cylindrical-coordinate representation of color #475A4A: hue angle of 129.47º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A4A is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 74 -
CMYK 0.21 0 0.18 0.65
HSL 129.47º 0.12% 0.32% -
HSV(B) 129.47º 0.21% 0.35% -
XYZ 7.49 9.15 7.85 -
YUV 82.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 71 90 74 0.21 0 0.18 0.65 129.47 0.12 0.32
Hex 47 5A 4A 15 0 12 41 81 C 20
Octal 107 132 112 25 0 22 101 201 14 40
Binary 1000111 1011010 1001010 10101 0 10010 1000001 10000001 1100 100000

Color Harmonies of #475A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A4A

Black with #475A4A

Text Example


Text Example

White with #475A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475A4A; }

 p { color: rgb(71,90,74); }

 H1.HeaderClassName
 {
   color: #475A4A;
 }
 .AnyTagClassName
 {
   color: #475A4A;
 }
</style>

background-color css

<style>
 a { background-color: #475A4A; }

 a { background-color: rgb(71,90,74); }

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

border-color css

<style>
 span { border-color: #475A4A; }

 span { border-color: rgb(71,90,74); }

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