Html Css Color HEX #4B6431 Dell

📋 copy color: '#4B6431'

red 75 ◦ green 100 ◦ blue 49

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

Shades of Dell #4B6431

Tints of Dell #4B6431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.64%

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

R = 33.48%
G = 44.64%
B = 21.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#4B6431 (or 0x4B6431) is known color: Dell. HEX triplet: 4B, 64 and 31. RGB value is (75,100,49). Sum of RGB (Red+Green+Blue) = 75+100+49=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6431 is #B49BCE. Grayscale: #565656. Windows color (decimal): -11836367 or 3236939. OLE color: 3236939.

HSL color Cylindrical-coordinate representation of color #4B6431: hue angle of 89.41º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B6431 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 100 49 -
CMYK 0.25 0 0.51 0.61
HSL 89.41º 0.34% 0.29% -
HSV(B) 89.41º 0.51% 0.39% -
XYZ 8.01 10.83 4.57 -
YUV 86.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 75 100 49 0.25 0 0.51 0.61 89.41 0.34 0.29
Hex 4B 64 31 19 0 33 3D 59 22 1D
Octal 113 144 61 31 0 63 75 131 42 35
Binary 1001011 1100100 110001 11001 0 110011 111101 1011001 100010 11101

Color Harmonies of #4B6431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6431

Black with #4B6431

Text Example


Text Example

White with #4B6431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,100,49); }

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

background-color css

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

 a { background-color: rgb(75,100,49); }

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

border-color css

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

 span { border-color: rgb(75,100,49); }

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