Html Css Color HEX #466428 Dell

📋 copy color: '#466428'

red 70 ◦ green 100 ◦ blue 40

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

Shades of Dell #466428

Tints of Dell #466428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 33.33%
G = 47.62%
B = 19.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#466428 (or 0x466428) is known color: Dell. HEX triplet: 46, 64 and 28. RGB value is (70,100,40). Sum of RGB (Red+Green+Blue) = 70+100+40=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #466428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466428 is #B99BD7. Grayscale: #545454. Windows color (decimal): -12164056 or 2647110. OLE color: 2647110.

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

Color convert

RGB 70 100 40 -
CMYK 0.30 0 0.6 0.61
HSL 90º 0.43% 0.27% -
HSV(B) 90º 0.6% 0.39% -
XYZ 7.47 10.57 3.65 -
YUV 84.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 70 100 40 0.30 0 0.6 0.61 90 0.43 0.27
Hex 46 64 28 1E 0 3C 3D 5A 2B 1B
Octal 106 144 50 36 0 74 75 132 53 33
Binary 1000110 1100100 101000 11110 0 111100 111101 1011010 101011 11011

Color Harmonies of #466428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466428

Black with #466428

Text Example


Text Example

White with #466428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466428; }

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

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

background-color css

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

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

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

border-color css

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

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

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