Html Css Color HEX #454950 Tuna

📋 copy color: '#454950'

red 69 ◦ green 73 ◦ blue 80

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

Shades of Tuna #454950

Tints of Tuna #454950

RGB

 RED value IS 69 (27.34% from 255) = 31.08%

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

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

R = 31.08%
G = 32.88%
B = 36.04%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#454950 (or 0x454950) is known color: Tuna. HEX triplet: 45, 49 and 50. RGB value is (69,73,80). Sum of RGB (Red+Green+Blue) = 69+73+80=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #454950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454950 is #BAB6AF. Grayscale: #484848. Windows color (decimal): -12236464 or 5261637. OLE color: 5261637.

HSL color Cylindrical-coordinate representation of color #454950: hue angle of 218.18º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454950 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 73 80 -
CMYK 0.14 0.09 0 0.69
HSL 218.18º 0.07% 0.29% -
HSV(B) 218.18º 0.14% 0.31% -
XYZ 6.28 6.61 8.53 -
YUV 72.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 69 73 80 0.14 0.09 0 0.69 218.18 0.07 0.29
Hex 45 49 50 E 9 0 45 DA 7 1D
Octal 105 111 120 16 11 0 105 332 7 35
Binary 1000101 1001001 1010000 1110 1001 0 1000101 11011010 111 11101

Color Harmonies of #454950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454950

Black with #454950

Text Example


Text Example

White with #454950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454950; }

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

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

background-color css

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

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

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

border-color css

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

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

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