Html Css Color HEX #465B4C Feldgrau

📋 copy color: '#465B4C'

red 70 ◦ green 91 ◦ blue 76

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

Shades of Feldgrau #465B4C

Tints of Feldgrau #465B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

 BLUE value IS 76 (30.08% from 255) = 32.07%

R = 29.54%
G = 38.4%
B = 32.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#465B4C (or 0x465B4C) is known color: Feldgrau. HEX triplet: 46, 5B and 4C. RGB value is (70,91,76). Sum of RGB (Red+Green+Blue) = 70+91+76=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #465B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B4C is #B9A4B3. Grayscale: #535353. Windows color (decimal): -12166324 or 5004102. OLE color: 5004102.

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

Color convert

RGB 70 91 76 -
CMYK 0.23 0 0.16 0.64
HSL 137.14º 0.13% 0.32% -
HSV(B) 137.14º 0.23% 0.36% -
XYZ 7.57 9.31 8.23 -
YUV 83.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 70 91 76 0.23 0 0.16 0.64 137.14 0.13 0.32
Hex 46 5B 4C 17 0 10 40 89 D 20
Octal 106 133 114 27 0 20 100 211 15 40
Binary 1000110 1011011 1001100 10111 0 10000 1000000 10001001 1101 100000

Color Harmonies of #465B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B4C

Black with #465B4C

Text Example


Text Example

White with #465B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,76); }

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

background-color css

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

 a { background-color: rgb(70,91,76); }

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

border-color css

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

 span { border-color: rgb(70,91,76); }

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