Html Css Color HEX #466230 Dell

📋 copy color: '#466230'

red 70 ◦ green 98 ◦ blue 48

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

Shades of Dell #466230

Tints of Dell #466230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 32.41%
G = 45.37%
B = 22.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#466230 (or 0x466230) is known color: Dell. HEX triplet: 46, 62 and 30. RGB value is (70,98,48). Sum of RGB (Red+Green+Blue) = 70+98+48=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #466230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466230 is #B99DCF. Grayscale: #545454. Windows color (decimal): -12164560 or 3170886. OLE color: 3170886.

HSL color Cylindrical-coordinate representation of color #466230: hue angle of 93.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466230 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 98 48 -
CMYK 0.29 0 0.51 0.62
HSL 93.6º 0.34% 0.29% -
HSV(B) 93.6º 0.51% 0.38% -
XYZ 7.43 10.25 4.38 -
YUV 83.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 70 98 48 0.29 0 0.51 0.62 93.6 0.34 0.29
Hex 46 62 30 1D 0 33 3E 5E 22 1D
Octal 106 142 60 35 0 63 76 136 42 35
Binary 1000110 1100010 110000 11101 0 110011 111110 1011110 100010 11101

Color Harmonies of #466230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466230

Black with #466230

Text Example


Text Example

White with #466230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466230; }

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

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

background-color css

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

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

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

border-color css

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

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

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