#424751

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

Shades of Tuna #424751

Tints of Tuna #424751

Color information

#424751 (or 0x424751) is unknown color: approx Tuna. HEX triplet: 42, 47 and 51. RGB value is (66,71,81). Sum of RGB (Red+Green+Blue) = 66+71+81=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #424751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424751 is #BDB8AE. Grayscale: #464646. Windows color (decimal): -12433583 or 5326658. OLE color: 5326658.

HSL color Cylindrical-coordinate representation of color #424751: hue angle of 220º 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 #424751 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667181-
CMYK0.190.1200.68
HSL220º10.2%28.82%-
HSV(B)220º18.52%31.76%-
XYZ5.996.268.68-
YUV70.64133.84124.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=30.28%
G=32.57%
B=37.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6671810.190.1200.6822010.228.82
Hex42475113C044dca1d
Octal102107121231401043341235
Binary1000010100011110100011001111000100010011011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424751; }

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

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

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

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

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

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

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

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