#434950

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

Shades of Tuna #434950

Tints of Tuna #434950

Color information

#434950 (or 0x434950) is unknown color: approx Tuna. HEX triplet: 43, 49 and 50. RGB value is (67,73,80). Sum of RGB (Red+Green+Blue) = 67+73+80=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #434950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434950 is #BCB6AF. Grayscale: #474747. Windows color (decimal): -12367536 or 5261635. OLE color: 5261635.

HSL color Cylindrical-coordinate representation of color #434950: hue angle of 212.31º 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 #434950 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB677380-
CMYK0.160.0900.69
HSL212.31º8.84%28.82%-
HSV(B)212.31º16.25%31.37%-
XYZ6.156.548.53-
YUV72132.51124.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=30.45%
G=33.18%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6773800.160.0900.69212.318.8428.82
Hex434950109045d491d
Octal103111120201101053241135
Binary1000011100100110100001000010010100010111010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434950; }

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

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

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

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

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

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

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

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