#424853

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

Shades of Tuna #424853

Tints of Tuna #424853

Color information

#424853 (or 0x424853) is unknown color: approx Tuna. HEX triplet: 42, 48 and 53. RGB value is (66,72,83). Sum of RGB (Red+Green+Blue) = 66+72+83=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #424853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424853 is #BDB7AC. Grayscale: #474747. Windows color (decimal): -12433325 or 5457986. OLE color: 5457986.

HSL color Cylindrical-coordinate representation of color #424853: hue angle of 218.82º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424853 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB667283-
CMYK0.200.1300.67
HSL218.82º11.41%29.22%-
HSV(B)218.82º20.48%32.55%-
XYZ6.136.429.1-
YUV71.46134.51124.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=29.86%
G=32.58%
B=37.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6672830.200.1300.67218.8211.4129.22
Hex42485314D043dbb1d
Octal102110123241501033331335
Binary1000010100100010100111010011010100001111011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424853; }

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

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

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

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

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

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

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

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