Html Css Color HEX #46875D Como

📋 copy color: '#46875D'

red 70 ◦ green 135 ◦ blue 93

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

Shades of Como #46875D

Tints of Como #46875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

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

R = 23.49%
G = 45.3%
B = 31.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#46875D (or 0x46875D) is known color: Como. HEX triplet: 46, 87 and 5D. RGB value is (70,135,93). Sum of RGB (Red+Green+Blue) = 70+135+93=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #46875D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46875D is #B978A2. Grayscale: #6E6E6E. Windows color (decimal): -12155043 or 6129478. OLE color: 6129478.

HSL color Cylindrical-coordinate representation of color #46875D: hue angle of 141.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46875D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 135 93 -
CMYK 0.48 0 0.31 0.47
HSL 141.23º 0.32% 0.4% -
HSV(B) 141.23º 0.48% 0.53% -
XYZ 13.17 19.42 13.41 -
YUV 110.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 70 135 93 0.48 0 0.31 0.47 141.23 0.32 0.4
Hex 46 87 5D 30 0 1F 2F 8D 20 28
Octal 106 207 135 60 0 37 57 215 40 50
Binary 1000110 10000111 1011101 110000 0 11111 101111 10001101 100000 101000

Color Harmonies of #46875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46875D

Black with #46875D

Text Example


Text Example

White with #46875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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