Html Css Color HEX #476B31 Dell

📋 copy color: '#476B31'

red 71 ◦ green 107 ◦ blue 49

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

Shades of Dell #476B31

Tints of Dell #476B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.14%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 31.28%
G = 47.14%
B = 21.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#476B31 (or 0x476B31) is known color: Dell. HEX triplet: 47, 6B and 31. RGB value is (71,107,49). Sum of RGB (Red+Green+Blue) = 71+107+49=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #476B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476B31 is #B894CE. Grayscale: #595959. Windows color (decimal): -12096719 or 3238727. OLE color: 3238727.

HSL color Cylindrical-coordinate representation of color #476B31: hue angle of 97.24º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476B31 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 49 -
CMYK 0.34 0 0.54 0.58
HSL 97.24º 0.37% 0.31% -
HSV(B) 97.24º 0.54% 0.42% -
XYZ 8.41 12.08 4.79 -
YUV 89.62 105.07 114.72 -
System Red Green Blue C M Y K H S L
Decimal 71 107 49 0.34 0 0.54 0.58 97.24 0.37 0.31
Hex 47 6B 31 22 0 36 3A 61 25 1F
Octal 107 153 61 42 0 66 72 141 45 37
Binary 1000111 1101011 110001 100010 0 110110 111010 1100001 100101 11111

Color Harmonies of #476B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B31

Black with #476B31

Text Example


Text Example

White with #476B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476B31; }

 p { color: rgb(71,107,49); }

 H1.HeaderClassName
 {
   color: #476B31;
 }
 .AnyTagClassName
 {
   color: #476B31;
 }
</style>

background-color css

<style>
 a { background-color: #476B31; }

 a { background-color: rgb(71,107,49); }

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

border-color css

<style>
 span { border-color: #476B31; }

 span { border-color: rgb(71,107,49); }

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