Html Css Color HEX #4B673A Dell

📋 copy color: '#4B673A'

red 75 ◦ green 103 ◦ blue 58

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

Shades of Dell #4B673A

Tints of Dell #4B673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.64%

 BLUE value IS 58 (23.05% from 255) = 24.58%

R = 31.78%
G = 43.64%
B = 24.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#4B673A (or 0x4B673A) is known color: Dell. HEX triplet: 4B, 67 and 3A. RGB value is (75,103,58). Sum of RGB (Red+Green+Blue) = 75+103+58=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #4B673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B673A is #B498C5. Grayscale: #595959. Windows color (decimal): -11835590 or 3827531. OLE color: 3827531.

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

Color convert

RGB 75 103 58 -
CMYK 0.27 0 0.44 0.60
HSL 97.33º 0.28% 0.32% -
HSV(B) 97.33º 0.44% 0.4% -
XYZ 8.52 11.5 5.77 -
YUV 89.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 75 103 58 0.27 0 0.44 0.60 97.33 0.28 0.32
Hex 4B 67 3A 1B 0 2C 3C 61 1C 20
Octal 113 147 72 33 0 54 74 141 34 40
Binary 1001011 1100111 111010 11011 0 101100 111100 1100001 11100 100000

Color Harmonies of #4B673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B673A

Black with #4B673A

Text Example


Text Example

White with #4B673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,103,58); }

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

background-color css

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

 a { background-color: rgb(75,103,58); }

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

border-color css

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

 span { border-color: rgb(75,103,58); }

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