Html Css Color HEX #464E5D Tuna

📋 copy color: '#464E5D'

red 70 ◦ green 78 ◦ blue 93

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

Shades of Tuna #464E5D

Tints of Tuna #464E5D

RGB

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

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

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

R = 29.05%
G = 32.37%
B = 38.59%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#464E5D (or 0x464E5D) is known color: Tuna. HEX triplet: 46, 4E and 5D. RGB value is (70,78,93). Sum of RGB (Red+Green+Blue) = 70+78+93=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #464E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E5D is #B9B1A2. Grayscale: #4D4D4D. Windows color (decimal): -12169635 or 6114886. OLE color: 6114886.

HSL color Cylindrical-coordinate representation of color #464E5D: hue angle of 219.13º 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 #464E5D is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 78 93 -
CMYK 0.25 0.16 0 0.64
HSL 219.13º 0.14% 0.32% -
HSV(B) 219.13º 0.25% 0.36% -
XYZ 7.23 7.54 11.43 -
YUV 77.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 70 78 93 0.25 0.16 0 0.64 219.13 0.14 0.32
Hex 46 4E 5D 19 10 0 40 DB E 20
Octal 106 116 135 31 20 0 100 333 16 40
Binary 1000110 1001110 1011101 11001 10000 0 1000000 11011011 1110 100000

Color Harmonies of #464E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E5D

Black with #464E5D

Text Example


Text Example

White with #464E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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