#454C54

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

Shades of Tuna #454C54

Tints of Tuna #454C54

Color information

#454C54 (or 0x454C54) is unknown color: approx Tuna. HEX triplet: 45, 4C and 54. RGB value is (69,76,84). Sum of RGB (Red+Green+Blue) = 69+76+84=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #454C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C54 is #BAB3AB. Grayscale: #4A4A4A. Windows color (decimal): -12235692 or 5524549. OLE color: 5524549.

HSL color Cylindrical-coordinate representation of color #454C54: hue angle of 212º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #454C54 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB697684-
CMYK0.180.1000.67
HSL212º9.8%30%-
HSV(B)212º17.86%32.94%-
XYZ6.647.079.4-
YUV74.82133.18123.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=30.13%
G=33.19%
B=36.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6976840.180.1000.672129.830
Hex454C5412A043d4a1e
Octal105114124221201033241236
Binary1000101100110010101001001010100100001111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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