Html Css Color HEX #4B683C Dell

📋 copy color: '#4B683C'

red 75 ◦ green 104 ◦ blue 60

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

Shades of Dell #4B683C

Tints of Dell #4B683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.51%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 31.38%
G = 43.51%
B = 25.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#4B683C (or 0x4B683C) is known color: Dell. HEX triplet: 4B, 68 and 3C. RGB value is (75,104,60). Sum of RGB (Red+Green+Blue) = 75+104+60=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #4B683C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B683C is #B497C3. Grayscale: #5A5A5A. Windows color (decimal): -11835332 or 3958859. OLE color: 3958859.

HSL color Cylindrical-coordinate representation of color #4B683C: hue angle of 99.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B683C is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 104 60 -
CMYK 0.28 0 0.42 0.59
HSL 99.55º 0.27% 0.32% -
HSV(B) 99.55º 0.42% 0.41% -
XYZ 8.67 11.72 6.08 -
YUV 90.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 75 104 60 0.28 0 0.42 0.59 99.55 0.27 0.32
Hex 4B 68 3C 1C 0 2A 3B 64 1B 20
Octal 113 150 74 34 0 52 73 144 33 40
Binary 1001011 1101000 111100 11100 0 101010 111011 1100100 11011 100000

Color Harmonies of #4B683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B683C

Black with #4B683C

Text Example


Text Example

White with #4B683C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,104,60); }

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

background-color css

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

 a { background-color: rgb(75,104,60); }

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

border-color css

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

 span { border-color: rgb(75,104,60); }

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