#434850

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

Shades of Tuna #434850

Tints of Tuna #434850

Color information

#434850 (or 0x434850) is unknown color: approx Tuna. HEX triplet: 43, 48 and 50. RGB value is (67,72,80). Sum of RGB (Red+Green+Blue) = 67+72+80=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #434850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434850 is #BCB7AF. Grayscale: #474747. Windows color (decimal): -12367792 or 5261379. OLE color: 5261379.

HSL color Cylindrical-coordinate representation of color #434850: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434850 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB677280-
CMYK0.160.1000.69
HSL216.92º8.84%28.82%-
HSV(B)216.92º16.25%31.37%-
XYZ6.086.418.51-
YUV71.42132.84124.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=30.59%
G=32.88%
B=36.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6772800.160.1000.69216.928.8428.82
Hex43485010A045d991d
Octal103110120201201053311135
Binary1000011100100010100001000010100100010111011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434850; }

 p { color: rgb(67,72,80); }

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

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

 a { background-color: rgb(67,72,80); }

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

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

 span { border-color: rgb(67,72,80); }

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