#454D5B

Color #454D5B Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #454D5B

Tints of Tuna #454D5B

Color information

#454D5B (or 0x454D5B) is unknown color: approx Tuna. HEX triplet: 45, 4D and 5B. RGB value is (69,77,91). Sum of RGB (Red+Green+Blue) = 69+77+91=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #454D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D5B is #BAB2A4. Grayscale: #4C4C4C. Windows color (decimal): -12235429 or 5983557. OLE color: 5983557.

HSL color Cylindrical-coordinate representation of color #454D5B: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #454D5B is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB697791-
CMYK0.240.1500.64
HSL218.18º13.75%31.37%-
HSV(B)218.18º24.18%35.69%-
XYZ77.3310.94-
YUV76.2136.35122.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=29.11%
G=32.49%
B=38.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6977910.240.1500.64218.1813.7531.37
Hex454D5B18F040dae1f
Octal105115133301701003321637
Binary1000101100110110110111100011110100000011011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D5B; }

 p { color: rgb(69,77,91); }

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

<style>
 a { background-color: #454D5B; }

 a { background-color: rgb(69,77,91); }

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

<style>
 span { border-color: #454D5B; }

 span { border-color: rgb(69,77,91); }

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