Html Css Color HEX #467059 Como

📋 copy color: '#467059'

red 70 ◦ green 112 ◦ blue 89

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

Shades of Como #467059

Tints of Como #467059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 25.83%
G = 41.33%
B = 32.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#467059 (or 0x467059) is known color: Como. HEX triplet: 46, 70 and 59. RGB value is (70,112,89). Sum of RGB (Red+Green+Blue) = 70+112+89=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #467059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467059 is #B98FA6. Grayscale: #606060. Windows color (decimal): -12160935 or 5861446. OLE color: 5861446.

HSL color Cylindrical-coordinate representation of color #467059: hue angle of 147.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467059 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 89 -
CMYK 0.38 0 0.21 0.56
HSL 147.14º 0.23% 0.36% -
HSV(B) 147.14º 0.38% 0.44% -
XYZ 10.12 13.61 11.54 -
YUV 96.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 70 112 89 0.38 0 0.21 0.56 147.14 0.23 0.36
Hex 46 70 59 26 0 15 38 93 17 24
Octal 106 160 131 46 0 25 70 223 27 44
Binary 1000110 1110000 1011001 100110 0 10101 111000 10010011 10111 100100

Color Harmonies of #467059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467059

Black with #467059

Text Example


Text Example

White with #467059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467059; }

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

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

background-color css

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

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

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

border-color css

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

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

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