Html Css Color HEX #466423 Dell

📋 copy color: '#466423'

red 70 ◦ green 100 ◦ blue 35

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

Shades of Dell #466423

Tints of Dell #466423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 34.15%
G = 48.78%
B = 17.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#466423 (or 0x466423) is known color: Dell. HEX triplet: 46, 64 and 23. RGB value is (70,100,35). Sum of RGB (Red+Green+Blue) = 70+100+35=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #466423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466423 is #B99BDC. Grayscale: #535353. Windows color (decimal): -12164061 or 2319430. OLE color: 2319430.

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

Color convert

RGB 70 100 35 -
CMYK 0.30 0 0.65 0.61
HSL 87.69º 0.48% 0.26% -
HSV(B) 87.69º 0.65% 0.39% -
XYZ 7.39 10.54 3.23 -
YUV 83.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 70 100 35 0.30 0 0.65 0.61 87.69 0.48 0.26
Hex 46 64 23 1E 0 41 3D 58 30 1A
Octal 106 144 43 36 0 101 75 130 60 32
Binary 1000110 1100100 100011 11110 0 1000001 111101 1011000 110000 11010

Color Harmonies of #466423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466423

Black with #466423

Text Example


Text Example

White with #466423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466423; }

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

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

background-color css

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

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

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

border-color css

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

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

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