Html Css Color HEX #466B30 Dell

📋 copy color: '#466B30'

red 70 ◦ green 107 ◦ blue 48

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

Shades of Dell #466B30

Tints of Dell #466B30

RGB

 RED value IS 70 (27.73% from 255) = 31.11%

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

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 31.11%
G = 47.56%
B = 21.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#466B30 (or 0x466B30) is known color: Dell. HEX triplet: 46, 6B and 30. RGB value is (70,107,48). Sum of RGB (Red+Green+Blue) = 70+107+48=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #466B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B30 is #B994CF. Grayscale: #595959. Windows color (decimal): -12162256 or 3173190. OLE color: 3173190.

HSL color Cylindrical-coordinate representation of color #466B30: hue angle of 97.63º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466B30 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 107 48 -
CMYK 0.35 0 0.55 0.58
HSL 97.63º 0.38% 0.3% -
HSV(B) 97.63º 0.55% 0.42% -
XYZ 8.32 12.03 4.68 -
YUV 89.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 70 107 48 0.35 0 0.55 0.58 97.63 0.38 0.3
Hex 46 6B 30 23 0 37 3A 62 26 1E
Octal 106 153 60 43 0 67 72 142 46 36
Binary 1000110 1101011 110000 100011 0 110111 111010 1100010 100110 11110

Color Harmonies of #466B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B30

Black with #466B30

Text Example


Text Example

White with #466B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466B30; }

 p { color: rgb(70,107,48); }

 H1.HeaderClassName
 {
   color: #466B30;
 }
 .AnyTagClassName
 {
   color: #466B30;
 }
</style>

background-color css

<style>
 a { background-color: #466B30; }

 a { background-color: rgb(70,107,48); }

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

border-color css

<style>
 span { border-color: #466B30; }

 span { border-color: rgb(70,107,48); }

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