Html Css Color HEX #455A4C Feldgrau

📋 copy color: '#455A4C'

red 69 ◦ green 90 ◦ blue 76

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

Shades of Feldgrau #455A4C

Tints of Feldgrau #455A4C

RGB

 RED value IS 69 (27.34% from 255) = 29.36%

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

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

R = 29.36%
G = 38.3%
B = 32.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#455A4C (or 0x455A4C) is known color: Feldgrau. HEX triplet: 45, 5A and 4C. RGB value is (69,90,76). Sum of RGB (Red+Green+Blue) = 69+90+76=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #455A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455A4C is #BAA5B3. Grayscale: #525252. Windows color (decimal): -12232116 or 5003845. OLE color: 5003845.

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

Color convert

RGB 69 90 76 -
CMYK 0.23 0 0.16 0.65
HSL 140º 0.13% 0.31% -
HSV(B) 140º 0.23% 0.35% -
XYZ 7.41 9.1 8.2 -
YUV 82.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 69 90 76 0.23 0 0.16 0.65 140 0.13 0.31
Hex 45 5A 4C 17 0 10 41 8C D 1F
Octal 105 132 114 27 0 20 101 214 15 37
Binary 1000101 1011010 1001100 10111 0 10000 1000001 10001100 1101 11111

Color Harmonies of #455A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A4C

Black with #455A4C

Text Example


Text Example

White with #455A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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