Html Css Color HEX #464F5D Tuna

📋 copy color: '#464F5D'

red 70 ◦ green 79 ◦ blue 93

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

Shades of Tuna #464F5D

Tints of Tuna #464F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.64%

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 28.93%
G = 32.64%
B = 38.43%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464F5D (or 0x464F5D) is known color: Tuna. HEX triplet: 46, 4F and 5D. RGB value is (70,79,93). Sum of RGB (Red+Green+Blue) = 70+79+93=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #464F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5D is #B9B0A2. Grayscale: #4D4D4D. Windows color (decimal): -12169379 or 6115142. OLE color: 6115142.

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

Color convert

RGB 70 79 93 -
CMYK 0.25 0.15 0 0.64
HSL 216.52º 0.14% 0.32% -
HSV(B) 216.52º 0.25% 0.36% -
XYZ 7.3 7.68 11.45 -
YUV 77.91 136.52 122.36 -
System Red Green Blue C M Y K H S L
Decimal 70 79 93 0.25 0.15 0 0.64 216.52 0.14 0.32
Hex 46 4F 5D 19 F 0 40 D9 E 20
Octal 106 117 135 31 17 0 100 331 16 40
Binary 1000110 1001111 1011101 11001 1111 0 1000000 11011001 1110 100000

Color Harmonies of #464F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F5D

Black with #464F5D

Text Example


Text Example

White with #464F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,79,93); }

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

background-color css

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

 a { background-color: rgb(70,79,93); }

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

border-color css

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

 span { border-color: rgb(70,79,93); }

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