Html Css Color HEX #43474F Tuna

📋 copy color: '#43474F'

red 67 ◦ green 71 ◦ blue 79

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

Shades of Tuna #43474F

Tints of Tuna #43474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 30.88%
G = 32.72%
B = 36.41%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43474F (or 0x43474F) is known color: Tuna. HEX triplet: 43, 47 and 4F. RGB value is (67,71,79). Sum of RGB (Red+Green+Blue) = 67+71+79=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #43474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43474F is #BCB8B0. Grayscale: #464646. Windows color (decimal): -12368049 or 5195587. OLE color: 5195587.

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

Color convert

RGB 67 71 79 -
CMYK 0.15 0.10 0 0.69
HSL 220º 0.08% 0.29% -
HSV(B) 220º 0.15% 0.31% -
XYZ 5.98 6.26 8.29 -
YUV 70.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 67 71 79 0.15 0.10 0 0.69 220 0.08 0.29
Hex 43 47 4F F A 0 45 DC 8 1D
Octal 103 107 117 17 12 0 105 334 10 35
Binary 1000011 1000111 1001111 1111 1010 0 1000101 11011100 1000 11101

Color Harmonies of #43474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43474F

Black with #43474F

Text Example


Text Example

White with #43474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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