Html Css Color HEX #434750 Tuna

📋 copy color: '#434750'

red 67 ◦ green 71 ◦ blue 80

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

Shades of Tuna #434750

Tints of Tuna #434750

RGB

 RED value IS 67 (26.56% from 255) = 30.73%

 GREEN value IS 71 (28.13% from 255) = 32.57%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 30.73%
G = 32.57%
B = 36.7%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#434750 (or 0x434750) is known color: Tuna. HEX triplet: 43, 47 and 50. RGB value is (67,71,80). Sum of RGB (Red+Green+Blue) = 67+71+80=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #434750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434750 is #BCB8AF. Grayscale: #464646. Windows color (decimal): -12368048 or 5261123. OLE color: 5261123.

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

Color convert

RGB 67 71 80 -
CMYK 0.16 0.11 0 0.69
HSL 221.54º 0.09% 0.29% -
HSV(B) 221.54º 0.16% 0.31% -
XYZ 6.02 6.28 8.48 -
YUV 70.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 67 71 80 0.16 0.11 0 0.69 221.54 0.09 0.29
Hex 43 47 50 10 B 0 45 DE 9 1D
Octal 103 107 120 20 13 0 105 336 11 35
Binary 1000011 1000111 1010000 10000 1011 0 1000101 11011110 1001 11101

Color Harmonies of #434750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434750

Black with #434750

Text Example


Text Example

White with #434750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434750; }

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

 H1.HeaderClassName
 {
   color: #434750;
 }
 .AnyTagClassName
 {
   color: #434750;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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