Html Css Color HEX #498465 Como

📋 copy color: '#498465'

red 73 ◦ green 132 ◦ blue 101

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

Shades of Como #498465

Tints of Como #498465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 23.86%
G = 43.14%
B = 33.01%

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

#498465 (or 0x498465) is known color: Como. HEX triplet: 49, 84 and 65. RGB value is (73,132,101). Sum of RGB (Red+Green+Blue) = 73+132+101=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #498465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498465 is #B67B9A. Grayscale: #6E6E6E. Windows color (decimal): -11959195 or 6653001. OLE color: 6653001.

HSL color Cylindrical-coordinate representation of color #498465: hue angle of 148.47º 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 #498465 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 101 -
CMYK 0.45 0 0.23 0.48
HSL 148.47º 0.29% 0.4% -
HSV(B) 148.47º 0.45% 0.52% -
XYZ 13.35 18.86 15.25 -
YUV 110.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 73 132 101 0.45 0 0.23 0.48 148.47 0.29 0.4
Hex 49 84 65 2D 0 17 30 94 1D 28
Octal 111 204 145 55 0 27 60 224 35 50
Binary 1001001 10000100 1100101 101101 0 10111 110000 10010100 11101 101000

Color Harmonies of #498465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498465

Black with #498465

Text Example


Text Example

White with #498465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498465; }

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

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

background-color css

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

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

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

border-color css

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

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

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