Html Css Color HEX #46554B Feldgrau

📋 copy color: '#46554B'

red 70 ◦ green 85 ◦ blue 75

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

Shades of Feldgrau #46554B

Tints of Feldgrau #46554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 75 (29.69% from 255) = 32.61%

R = 30.43%
G = 36.96%
B = 32.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#46554B (or 0x46554B) is known color: Feldgrau. HEX triplet: 46, 55 and 4B. RGB value is (70,85,75). Sum of RGB (Red+Green+Blue) = 70+85+75=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #46554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46554B is #B9AAB4. Grayscale: #4F4F4F. Windows color (decimal): -12167861 or 4937030. OLE color: 4937030.

HSL color Cylindrical-coordinate representation of color #46554B: hue angle of 140º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #46554B is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 75 -
CMYK 0.18 0 0.12 0.67
HSL 140º 0.1% 0.3% -
HSV(B) 140º 0.18% 0.33% -
XYZ 7.04 8.31 7.89 -
YUV 79.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 70 85 75 0.18 0 0.12 0.67 140 0.1 0.3
Hex 46 55 4B 12 0 C 43 8C A 1E
Octal 106 125 113 22 0 14 103 214 12 36
Binary 1000110 1010101 1001011 10010 0 1100 1000011 10001100 1010 11110

Color Harmonies of #46554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46554B

Black with #46554B

Text Example


Text Example

White with #46554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46554B; }

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

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

background-color css

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

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

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

border-color css

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

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

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