Html Css Color HEX #465A4D Feldgrau

📋 copy color: '#465A4D'

red 70 ◦ green 90 ◦ blue 77

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

Shades of Feldgrau #465A4D

Tints of Feldgrau #465A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 29.54%
G = 37.97%
B = 32.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#465A4D (or 0x465A4D) is known color: Feldgrau. HEX triplet: 46, 5A and 4D. RGB value is (70,90,77). Sum of RGB (Red+Green+Blue) = 70+90+77=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 90 - color contains mainly: green. Hex color #465A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A4D is #B9A5B2. Grayscale: #525252. Windows color (decimal): -12166579 or 5069382. OLE color: 5069382.

HSL color Cylindrical-coordinate representation of color #465A4D: hue angle of 141º 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 #465A4D is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 77 -
CMYK 0.22 0 0.14 0.65
HSL 141º 0.13% 0.31% -
HSV(B) 141º 0.22% 0.35% -
XYZ 7.52 9.15 8.39 -
YUV 82.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 70 90 77 0.22 0 0.14 0.65 141 0.13 0.31
Hex 46 5A 4D 16 0 E 41 8D C 1F
Octal 106 132 115 26 0 16 101 215 14 37
Binary 1000110 1011010 1001101 10110 0 1110 1000001 10001101 1100 11111

Color Harmonies of #465A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A4D

Black with #465A4D

Text Example


Text Example

White with #465A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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