Html Css Color HEX #465259 Trout

📋 copy color: '#465259'

red 70 ◦ green 82 ◦ blue 89

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

Shades of Trout #465259

Tints of Trout #465259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 89 (35.16% from 255) = 36.93%

R = 29.05%
G = 34.02%
B = 36.93%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465259 (or 0x465259) is known color: Trout. HEX triplet: 46, 52 and 59. RGB value is (70,82,89). Sum of RGB (Red+Green+Blue) = 70+82+89=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #465259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465259 is #B9ADA6. Grayscale: #4F4F4F. Windows color (decimal): -12168615 or 5853766. OLE color: 5853766.

HSL color Cylindrical-coordinate representation of color #465259: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465259 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 82 89 -
CMYK 0.21 0.08 0 0.65
HSL 202.11º 0.12% 0.31% -
HSV(B) 202.11º 0.21% 0.35% -
XYZ 7.35 8.06 10.62 -
YUV 79.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 70 82 89 0.21 0.08 0 0.65 202.11 0.12 0.31
Hex 46 52 59 15 8 0 41 CA C 1F
Octal 106 122 131 25 10 0 101 312 14 37
Binary 1000110 1010010 1011001 10101 1000 0 1000001 11001010 1100 11111

Color Harmonies of #465259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465259

Black with #465259

Text Example


Text Example

White with #465259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465259; }

 p { color: rgb(70,82,89); }

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

background-color css

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

 a { background-color: rgb(70,82,89); }

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

border-color css

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

 span { border-color: rgb(70,82,89); }

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