Html Css Color HEX #498466 Como

📋 copy color: '#498466'

red 73 ◦ green 132 ◦ blue 102

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

Shades of Como #498466

Tints of Como #498466

RGB

 RED value IS 73 (28.91% from 255) = 23.78%

 GREEN value IS 132 (51.95% from 255) = 43%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 23.78%
G = 43%
B = 33.22%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#498466 (or 0x498466) is known color: Como. HEX triplet: 49, 84 and 66. RGB value is (73,132,102). Sum of RGB (Red+Green+Blue) = 73+132+102=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #498466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498466 is #B67B99. Grayscale: #6F6F6F. Windows color (decimal): -11959194 or 6718537. OLE color: 6718537.

HSL color Cylindrical-coordinate representation of color #498466: hue angle of 149.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498466 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 102 -
CMYK 0.45 0 0.23 0.48
HSL 149.49º 0.29% 0.4% -
HSV(B) 149.49º 0.45% 0.52% -
XYZ 13.4 18.88 15.51 -
YUV 110.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 73 132 102 0.45 0 0.23 0.48 149.49 0.29 0.4
Hex 49 84 66 2D 0 17 30 95 1D 28
Octal 111 204 146 55 0 27 60 225 35 50
Binary 1001001 10000100 1100110 101101 0 10111 110000 10010101 11101 101000

Color Harmonies of #498466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498466

Black with #498466

Text Example


Text Example

White with #498466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498466; }

 p { color: rgb(73,132,102); }

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

background-color css

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

 a { background-color: rgb(73,132,102); }

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

border-color css

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

 span { border-color: rgb(73,132,102); }

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