Html Css Color HEX #4B613C Dell

📋 copy color: '#4B613C'

red 75 ◦ green 97 ◦ blue 60

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

Shades of Dell #4B613C

Tints of Dell #4B613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

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

R = 32.33%
G = 41.81%
B = 25.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#4B613C (or 0x4B613C) is known color: Dell. HEX triplet: 4B, 61 and 3C. RGB value is (75,97,60). Sum of RGB (Red+Green+Blue) = 75+97+60=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #4B613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B613C is #B49EC3. Grayscale: #565656. Windows color (decimal): -11837124 or 3957067. OLE color: 3957067.

HSL color Cylindrical-coordinate representation of color #4B613C: hue angle of 95.68º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B613C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 60 -
CMYK 0.23 0 0.38 0.62
HSL 95.68º 0.24% 0.31% -
HSV(B) 95.68º 0.38% 0.38% -
XYZ 7.99 10.37 5.86 -
YUV 86.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 75 97 60 0.23 0 0.38 0.62 95.68 0.24 0.31
Hex 4B 61 3C 17 0 26 3E 60 18 1F
Octal 113 141 74 27 0 46 76 140 30 37
Binary 1001011 1100001 111100 10111 0 100110 111110 1100000 11000 11111

Color Harmonies of #4B613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B613C

Black with #4B613C

Text Example


Text Example

White with #4B613C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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