Html Css Color HEX #465358 Trout

📋 copy color: '#465358'

red 70 ◦ green 83 ◦ blue 88

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

Shades of Trout #465358

Tints of Trout #465358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 88 (34.77% from 255) = 36.51%

R = 29.05%
G = 34.44%
B = 36.51%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465358 (or 0x465358) is known color: Trout. HEX triplet: 46, 53 and 58. RGB value is (70,83,88). Sum of RGB (Red+Green+Blue) = 70+83+88=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #465358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465358 is #B9ACA7. Grayscale: #4F4F4F. Windows color (decimal): -12168360 or 5788486. OLE color: 5788486.

HSL color Cylindrical-coordinate representation of color #465358: hue angle of 196.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465358 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 83 88 -
CMYK 0.20 0.06 0 0.65
HSL 196.67º 0.11% 0.31% -
HSV(B) 196.67º 0.2% 0.35% -
XYZ 7.38 8.19 10.42 -
YUV 79.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 70 83 88 0.20 0.06 0 0.65 196.67 0.11 0.31
Hex 46 53 58 14 6 0 41 C5 B 1F
Octal 106 123 130 24 6 0 101 305 13 37
Binary 1000110 1010011 1011000 10100 110 0 1000001 11000101 1011 11111

Color Harmonies of #465358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465358

Black with #465358

Text Example


Text Example

White with #465358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465358; }

 p { color: rgb(70,83,88); }

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

background-color css

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

 a { background-color: rgb(70,83,88); }

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

border-color css

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

 span { border-color: rgb(70,83,88); }

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