Html Css Color HEX #464F56 Trout

📋 copy color: '#464F56'

red 70 ◦ green 79 ◦ blue 86

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

Shades of Trout #464F56

Tints of Trout #464F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.6%

R = 29.79%
G = 33.62%
B = 36.6%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464F56 (or 0x464F56) is known color: Trout. HEX triplet: 46, 4F and 56. RGB value is (70,79,86). Sum of RGB (Red+Green+Blue) = 70+79+86=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #464F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F56 is #B9B0A9. Grayscale: #4D4D4D. Windows color (decimal): -12169386 or 5656390. OLE color: 5656390.

HSL color Cylindrical-coordinate representation of color #464F56: hue angle of 206.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464F56 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 79 86 -
CMYK 0.19 0.08 0 0.66
HSL 206.25º 0.1% 0.31% -
HSV(B) 206.25º 0.19% 0.34% -
XYZ 7 7.57 9.9 -
YUV 77.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 70 79 86 0.19 0.08 0 0.66 206.25 0.1 0.31
Hex 46 4F 56 13 8 0 42 CE A 1F
Octal 106 117 126 23 10 0 102 316 12 37
Binary 1000110 1001111 1010110 10011 1000 0 1000010 11001110 1010 11111

Color Harmonies of #464F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F56

Black with #464F56

Text Example


Text Example

White with #464F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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