Html Css Color HEX #464E5B Tuna

📋 copy color: '#464E5B'

red 70 ◦ green 78 ◦ blue 91

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

Shades of Tuna #464E5B

Tints of Tuna #464E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.64%

 BLUE value IS 91 (35.94% from 255) = 38.08%

R = 29.29%
G = 32.64%
B = 38.08%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464E5B (or 0x464E5B) is known color: Tuna. HEX triplet: 46, 4E and 5B. RGB value is (70,78,91). Sum of RGB (Red+Green+Blue) = 70+78+91=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #464E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E5B is #B9B1A4. Grayscale: #4D4D4D. Windows color (decimal): -12169637 or 5983814. OLE color: 5983814.

HSL color Cylindrical-coordinate representation of color #464E5B: hue angle of 217.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464E5B is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 78 91 -
CMYK 0.23 0.14 0 0.64
HSL 217.14º 0.13% 0.32% -
HSV(B) 217.14º 0.23% 0.36% -
XYZ 7.14 7.51 10.97 -
YUV 77.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 70 78 91 0.23 0.14 0 0.64 217.14 0.13 0.32
Hex 46 4E 5B 17 E 0 40 D9 D 20
Octal 106 116 133 27 16 0 100 331 15 40
Binary 1000110 1001110 1011011 10111 1110 0 1000000 11011001 1101 100000

Color Harmonies of #464E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E5B

Black with #464E5B

Text Example


Text Example

White with #464E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,91); }

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

background-color css

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

 a { background-color: rgb(70,78,91); }

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

border-color css

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

 span { border-color: rgb(70,78,91); }

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