Html Css Color HEX #464D5A Tuna

📋 copy color: '#464D5A'

red 70 ◦ green 77 ◦ blue 90

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

Shades of Tuna #464D5A

Tints of Tuna #464D5A

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

 GREEN value IS 77 (30.47% from 255) = 32.49%

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 29.54%
G = 32.49%
B = 37.97%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464D5A (or 0x464D5A) is known color: Tuna. HEX triplet: 46, 4D and 5A. RGB value is (70,77,90). Sum of RGB (Red+Green+Blue) = 70+77+90=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #464D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D5A is #B9B2A5. Grayscale: #4C4C4C. Windows color (decimal): -12169894 or 5918022. OLE color: 5918022.

HSL color Cylindrical-coordinate representation of color #464D5A: hue angle of 219º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464D5A is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 77 90 -
CMYK 0.22 0.14 0 0.65
HSL 219º 0.13% 0.31% -
HSV(B) 219º 0.22% 0.35% -
XYZ 7.03 7.35 10.72 -
YUV 76.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 70 77 90 0.22 0.14 0 0.65 219 0.13 0.31
Hex 46 4D 5A 16 E 0 41 DB C 1F
Octal 106 115 132 26 16 0 101 333 14 37
Binary 1000110 1001101 1011010 10110 1110 0 1000001 11011011 1100 11111

Color Harmonies of #464D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464D5A

Black with #464D5A

Text Example


Text Example

White with #464D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464D5A; }

 p { color: rgb(70,77,90); }

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

background-color css

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

 a { background-color: rgb(70,77,90); }

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

border-color css

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

 span { border-color: rgb(70,77,90); }

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