Html Css Color HEX #466B55 Feldgrau

📋 copy color: '#466B55'

red 70 ◦ green 107 ◦ blue 85

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

Shades of Feldgrau #466B55

Tints of Feldgrau #466B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 85 (33.59% from 255) = 32.44%

R = 26.72%
G = 40.84%
B = 32.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#466B55 (or 0x466B55) is known color: Feldgrau. HEX triplet: 46, 6B and 55. RGB value is (70,107,85). Sum of RGB (Red+Green+Blue) = 70+107+85=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #466B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B55 is #B994AA. Grayscale: #5D5D5D. Windows color (decimal): -12162219 or 5598022. OLE color: 5598022.

HSL color Cylindrical-coordinate representation of color #466B55: hue angle of 144.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B55 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 107 85 -
CMYK 0.35 0 0.21 0.58
HSL 144.32º 0.21% 0.35% -
HSV(B) 144.32º 0.35% 0.42% -
XYZ 9.42 12.47 10.51 -
YUV 93.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 70 107 85 0.35 0 0.21 0.58 144.32 0.21 0.35
Hex 46 6B 55 23 0 15 3A 90 15 23
Octal 106 153 125 43 0 25 72 220 25 43
Binary 1000110 1101011 1010101 100011 0 10101 111010 10010000 10101 100011

Color Harmonies of #466B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B55

Black with #466B55

Text Example


Text Example

White with #466B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466B55; }

 p { color: rgb(70,107,85); }

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

background-color css

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

 a { background-color: rgb(70,107,85); }

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

border-color css

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

 span { border-color: rgb(70,107,85); }

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