Html Css Color HEX #494B54 Tuna

📋 copy color: '#494B54'

red 73 ◦ green 75 ◦ blue 84

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

Shades of Tuna #494B54

Tints of Tuna #494B54

RGB

 RED value IS 73 (28.91% from 255) = 31.47%

 GREEN value IS 75 (29.69% from 255) = 32.33%

 BLUE value IS 84 (33.2% from 255) = 36.21%

R = 31.47%
G = 32.33%
B = 36.21%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494B54 (or 0x494B54) is known color: Tuna. HEX triplet: 49, 4B and 54. RGB value is (73,75,84). Sum of RGB (Red+Green+Blue) = 73+75+84=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #494B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B54 is #B6B4AB. Grayscale: #4B4B4B. Windows color (decimal): -11973804 or 5524297. OLE color: 5524297.

HSL color Cylindrical-coordinate representation of color #494B54: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494B54 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 75 84 -
CMYK 0.13 0.11 0 0.67
HSL 229.09º 0.07% 0.31% -
HSV(B) 229.09º 0.13% 0.33% -
XYZ 6.86 7.09 9.39 -
YUV 75.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 73 75 84 0.13 0.11 0 0.67 229.09 0.07 0.31
Hex 49 4B 54 D B 0 43 E5 7 1F
Octal 111 113 124 15 13 0 103 345 7 37
Binary 1001001 1001011 1010100 1101 1011 0 1000011 11100101 111 11111

Color Harmonies of #494B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B54

Black with #494B54

Text Example


Text Example

White with #494B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494B54; }

 p { color: rgb(73,75,84); }

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

background-color css

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

 a { background-color: rgb(73,75,84); }

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

border-color css

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

 span { border-color: rgb(73,75,84); }

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