Html Css Color HEX #464B51 Tuna

📋 copy color: '#464B51'

red 70 ◦ green 75 ◦ blue 81

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

Shades of Tuna #464B51

Tints of Tuna #464B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 30.97%
G = 33.19%
B = 35.84%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464B51 (or 0x464B51) is known color: Tuna. HEX triplet: 46, 4B and 51. RGB value is (70,75,81). Sum of RGB (Red+Green+Blue) = 70+75+81=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 81 - color contains mainly: blue. Hex color #464B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B51 is #B9B4AE. Grayscale: #4A4A4A. Windows color (decimal): -12170415 or 5327686. OLE color: 5327686.

HSL color Cylindrical-coordinate representation of color #464B51: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464B51 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 75 81 -
CMYK 0.14 0.07 0 0.68
HSL 212.73º 0.07% 0.3% -
HSV(B) 212.73º 0.14% 0.32% -
XYZ 6.53 6.93 8.78 -
YUV 74.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 70 75 81 0.14 0.07 0 0.68 212.73 0.07 0.3
Hex 46 4B 51 E 7 0 44 D5 7 1E
Octal 106 113 121 16 7 0 104 325 7 36
Binary 1000110 1001011 1010001 1110 111 0 1000100 11010101 111 11110

Color Harmonies of #464B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B51

Black with #464B51

Text Example


Text Example

White with #464B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,75,81); }

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

background-color css

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

 a { background-color: rgb(70,75,81); }

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

border-color css

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

 span { border-color: rgb(70,75,81); }

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