Html Css Color HEX #46765E Como

📋 copy color: '#46765E'

red 70 ◦ green 118 ◦ blue 94

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

Shades of Como #46765E

Tints of Como #46765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.84%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 24.82%
G = 41.84%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#46765E (or 0x46765E) is known color: Como. HEX triplet: 46, 76 and 5E. RGB value is (70,118,94). Sum of RGB (Red+Green+Blue) = 70+118+94=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #46765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46765E is #B989A1. Grayscale: #646464. Windows color (decimal): -12159394 or 6190662. OLE color: 6190662.

HSL color Cylindrical-coordinate representation of color #46765E: hue angle of 150º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46765E is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 94 -
CMYK 0.41 0 0.20 0.54
HSL 150º 0.26% 0.37% -
HSV(B) 150º 0.41% 0.46% -
XYZ 11.02 15.07 12.92 -
YUV 100.91 124.1 105.95 -
System Red Green Blue C M Y K H S L
Decimal 70 118 94 0.41 0 0.20 0.54 150 0.26 0.37
Hex 46 76 5E 29 0 14 36 96 1A 25
Octal 106 166 136 51 0 24 66 226 32 45
Binary 1000110 1110110 1011110 101001 0 10100 110110 10010110 11010 100101

Color Harmonies of #46765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46765E

Black with #46765E

Text Example


Text Example

White with #46765E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46765E; }

 p { color: rgb(70,118,94); }

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

background-color css

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

 a { background-color: rgb(70,118,94); }

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

border-color css

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

 span { border-color: rgb(70,118,94); }

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