Html Css Color HEX #434950 Tuna

📋 copy color: '#434950'

red 67 ◦ green 73 ◦ blue 80

#434950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #434950

Tints of Tuna #434950

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 value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#434950 (or 0x434950) is known color: 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

RGB 67 73 80 -
CMYK 0.16 0.09 0 0.69
HSL 212.31º 0.09% 0.29% -
HSV(B) 212.31º 0.16% 0.31% -
XYZ 6.15 6.54 8.53 -
YUV 72 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 67 73 80 0.16 0.09 0 0.69 212.31 0.09 0.29
Hex 43 49 50 10 9 0 45 D4 9 1D
Octal 103 111 120 20 11 0 105 324 11 35
Binary 1000011 1001001 1010000 10000 1001 0 1000101 11010100 1001 11101

Color Harmonies of #434950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434950

Black with #434950

Text Example


Text Example

White with #434950

Text Example


Text Example

HTML Codes & Css Web 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>