#484E53

Color #484E53 Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #484E53

Tints of Trout #484E53

Color information

#484E53 (or 0x484E53) is unknown color: approx Trout. HEX triplet: 48, 4E and 53. RGB value is (72,78,83). Sum of RGB (Red+Green+Blue) = 72+78+83=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #484E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E53 is #B7B1AC. Grayscale: #4C4C4C. Windows color (decimal): -12038573 or 5459528. OLE color: 5459528.

HSL color Cylindrical-coordinate representation of color #484E53: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #484E53 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB727883-
CMYK0.130.0600.67
HSL207.27º7.1%30.39%-
HSV(B)207.27º13.25%32.55%-
XYZ6.967.459.26-
YUV76.78131.51124.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=30.90%
G=33.48%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7278830.130.0600.67207.277.130.39
Hex484E53D6043cf71e
Octal1101161231560103317736
Binary1001000100111010100111101110010000111100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484E53; }

 p { color: rgb(72,78,83); }

 H1.HeaderClassName
 {
   color: #484E53;
 }
 .AnyTagClassName
 {
   color: #484E53;
 }
</style>
background-color css

<style>
 a { background-color: #484E53; }

 a { background-color: rgb(72,78,83); }

 div.DivClassName
 {
   background-color: #484E53;
 }
 .BgClassName
 {
   background-color: #484E53;
 }
</style>
border-color css

<style>
 span { border-color: #484E53; }

 span { border-color: rgb(72,78,83); }

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