Html Css Color HEX #465D4E Feldgrau

📋 copy color: '#465D4E'

red 70 ◦ green 93 ◦ blue 78

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

Shades of Feldgrau #465D4E

Tints of Feldgrau #465D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 29.05%
G = 38.59%
B = 32.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#465D4E (or 0x465D4E) is known color: Feldgrau. HEX triplet: 46, 5D and 4E. RGB value is (70,93,78). Sum of RGB (Red+Green+Blue) = 70+93+78=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #465D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D4E is #B9A2B1. Grayscale: #545454. Windows color (decimal): -12165810 or 5135686. OLE color: 5135686.

HSL color Cylindrical-coordinate representation of color #465D4E: hue angle of 140.87º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #465D4E is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 93 78 -
CMYK 0.25 0 0.16 0.64
HSL 140.87º 0.14% 0.32% -
HSV(B) 140.87º 0.25% 0.36% -
XYZ 7.82 9.68 8.66 -
YUV 84.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 70 93 78 0.25 0 0.16 0.64 140.87 0.14 0.32
Hex 46 5D 4E 19 0 10 40 8D E 20
Octal 106 135 116 31 0 20 100 215 16 40
Binary 1000110 1011101 1001110 11001 0 10000 1000000 10001101 1110 100000

Color Harmonies of #465D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D4E

Black with #465D4E

Text Example


Text Example

White with #465D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465D4E; }

 p { color: rgb(70,93,78); }

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

background-color css

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

 a { background-color: rgb(70,93,78); }

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

border-color css

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

 span { border-color: rgb(70,93,78); }

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