Html Css Color HEX #466933 Dell

📋 copy color: '#466933'

red 70 ◦ green 105 ◦ blue 51

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

Shades of Dell #466933

Tints of Dell #466933

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 51 (20.31% from 255) = 22.57%

R = 30.97%
G = 46.46%
B = 22.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#466933 (or 0x466933) is known color: Dell. HEX triplet: 46, 69 and 33. RGB value is (70,105,51). Sum of RGB (Red+Green+Blue) = 70+105+51=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #466933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466933 is #B996CC. Grayscale: #585858. Windows color (decimal): -12162765 or 3369286. OLE color: 3369286.

HSL color Cylindrical-coordinate representation of color #466933: hue angle of 98.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #466933 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 51 -
CMYK 0.33 0 0.51 0.59
HSL 98.89º 0.35% 0.31% -
HSV(B) 98.89º 0.51% 0.41% -
XYZ 8.17 11.64 4.95 -
YUV 88.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 70 105 51 0.33 0 0.51 0.59 98.89 0.35 0.31
Hex 46 69 33 21 0 33 3B 63 23 1F
Octal 106 151 63 41 0 63 73 143 43 37
Binary 1000110 1101001 110011 100001 0 110011 111011 1100011 100011 11111

Color Harmonies of #466933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466933

Black with #466933

Text Example


Text Example

White with #466933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466933; }

 p { color: rgb(70,105,51); }

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

background-color css

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

 a { background-color: rgb(70,105,51); }

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

border-color css

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

 span { border-color: rgb(70,105,51); }

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