#424851

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

Shades of Tuna #424851

Tints of Tuna #424851

Color information

#424851 (or 0x424851) is unknown color: approx Tuna. HEX triplet: 42, 48 and 51. RGB value is (66,72,81). Sum of RGB (Red+Green+Blue) = 66+72+81=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #424851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424851 is #BDB7AE. Grayscale: #474747. Windows color (decimal): -12433327 or 5326914. OLE color: 5326914.

HSL color Cylindrical-coordinate representation of color #424851: hue angle of 216º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424851 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667281-
CMYK0.190.1100.68
HSL216º10.2%28.82%-
HSV(B)216º18.52%31.76%-
XYZ6.056.398.7-
YUV71.23133.51124.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=30.14%
G=32.88%
B=36.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6672810.190.1100.6821610.228.82
Hex42485113B044d8a1d
Octal102110121231301043301235
Binary1000010100100010100011001110110100010011011000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424851; }

 p { color: rgb(66,72,81); }

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

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

 a { background-color: rgb(66,72,81); }

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

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

 span { border-color: rgb(66,72,81); }

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