Html Css Color HEX #465A4C Feldgrau

📋 copy color: '#465A4C'

red 70 ◦ green 90 ◦ blue 76

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

Shades of Feldgrau #465A4C

Tints of Feldgrau #465A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

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

R = 29.66%
G = 38.14%
B = 32.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#465A4C (or 0x465A4C) is known color: Feldgrau. HEX triplet: 46, 5A and 4C. RGB value is (70,90,76). Sum of RGB (Red+Green+Blue) = 70+90+76=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 90 - color contains mainly: green. Hex color #465A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A4C is #B9A5B3. Grayscale: #525252. Windows color (decimal): -12166580 or 5003846. OLE color: 5003846.

HSL color Cylindrical-coordinate representation of color #465A4C: hue angle of 138º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A4C is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 76 -
CMYK 0.22 0 0.16 0.65
HSL 138º 0.13% 0.31% -
HSV(B) 138º 0.22% 0.35% -
XYZ 7.49 9.14 8.21 -
YUV 82.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 70 90 76 0.22 0 0.16 0.65 138 0.13 0.31
Hex 46 5A 4C 16 0 10 41 8A C 1F
Octal 106 132 114 26 0 20 101 212 14 37
Binary 1000110 1011010 1001100 10110 0 10000 1000001 10001010 1100 11111

Color Harmonies of #465A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A4C

Black with #465A4C

Text Example


Text Example

White with #465A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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