Html Css Color HEX #467461 Como

📋 copy color: '#467461'

red 70 ◦ green 116 ◦ blue 97

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

Shades of Como #467461

Tints of Como #467461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

 BLUE value IS 97 (38.28% from 255) = 34.28%

R = 24.73%
G = 40.99%
B = 34.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#467461 (or 0x467461) is known color: Como. HEX triplet: 46, 74 and 61. RGB value is (70,116,97). Sum of RGB (Red+Green+Blue) = 70+116+97=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #467461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467461 is #B98B9E. Grayscale: #646464. Windows color (decimal): -12159903 or 6386758. OLE color: 6386758.

HSL color Cylindrical-coordinate representation of color #467461: hue angle of 155.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467461 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 97 -
CMYK 0.40 0 0.16 0.55
HSL 155.22º 0.25% 0.36% -
HSV(B) 155.22º 0.4% 0.45% -
XYZ 10.93 14.66 13.56 -
YUV 100.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 70 116 97 0.40 0 0.16 0.55 155.22 0.25 0.36
Hex 46 74 61 28 0 10 37 9B 19 24
Octal 106 164 141 50 0 20 67 233 31 44
Binary 1000110 1110100 1100001 101000 0 10000 110111 10011011 11001 100100

Color Harmonies of #467461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467461

Black with #467461

Text Example


Text Example

White with #467461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467461; }

 p { color: rgb(70,116,97); }

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

background-color css

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

 a { background-color: rgb(70,116,97); }

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

border-color css

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

 span { border-color: rgb(70,116,97); }

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