Html Css Color HEX #466430 Dell

📋 copy color: '#466430'

red 70 ◦ green 100 ◦ blue 48

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

Shades of Dell #466430

Tints of Dell #466430

RGB

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

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

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

R = 32.11%
G = 45.87%
B = 22.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#466430 (or 0x466430) is known color: Dell. HEX triplet: 46, 64 and 30. RGB value is (70,100,48). Sum of RGB (Red+Green+Blue) = 70+100+48=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #466430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466430 is #B99BCF. Grayscale: #555555. Windows color (decimal): -12164048 or 3171398. OLE color: 3171398.

HSL color Cylindrical-coordinate representation of color #466430: hue angle of 94.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466430 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 48 -
CMYK 0.30 0 0.52 0.61
HSL 94.62º 0.35% 0.29% -
HSV(B) 94.62º 0.52% 0.39% -
XYZ 7.62 10.63 4.45 -
YUV 85.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 70 100 48 0.30 0 0.52 0.61 94.62 0.35 0.29
Hex 46 64 30 1E 0 34 3D 5F 23 1D
Octal 106 144 60 36 0 64 75 137 43 35
Binary 1000110 1100100 110000 11110 0 110100 111101 1011111 100011 11101

Color Harmonies of #466430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466430

Black with #466430

Text Example


Text Example

White with #466430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466430; }

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

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

background-color css

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

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

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

border-color css

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

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

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