Html Css Color HEX #434953 Tuna

📋 copy color: '#434953'

red 67 ◦ green 73 ◦ blue 83

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

Shades of Tuna #434953

Tints of Tuna #434953

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 30.04%
G = 32.74%
B = 37.22%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#434953 (or 0x434953) is known color: Tuna. HEX triplet: 43, 49 and 53. RGB value is (67,73,83). Sum of RGB (Red+Green+Blue) = 67+73+83=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #434953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434953 is #BCB6AC. Grayscale: #484848. Windows color (decimal): -12367533 or 5458243. OLE color: 5458243.

HSL color Cylindrical-coordinate representation of color #434953: hue angle of 217.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #434953 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 73 83 -
CMYK 0.19 0.12 0 0.67
HSL 217.5º 0.11% 0.29% -
HSV(B) 217.5º 0.19% 0.33% -
XYZ 6.26 6.58 9.12 -
YUV 72.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 67 73 83 0.19 0.12 0 0.67 217.5 0.11 0.29
Hex 43 49 53 13 C 0 43 DA B 1D
Octal 103 111 123 23 14 0 103 332 13 35
Binary 1000011 1001001 1010011 10011 1100 0 1000011 11011010 1011 11101

Color Harmonies of #434953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434953

Black with #434953

Text Example


Text Example

White with #434953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434953; }

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

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

background-color css

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

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

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

border-color css

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

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

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