Html Css Color HEX #488465 Como

📋 copy color: '#488465'

red 72 ◦ green 132 ◦ blue 101

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

Shades of Como #488465

Tints of Como #488465

RGB

 RED value IS 72 (28.52% from 255) = 23.61%

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

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

R = 23.61%
G = 43.28%
B = 33.11%

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

#488465 (or 0x488465) is known color: Como. HEX triplet: 48, 84 and 65. RGB value is (72,132,101). Sum of RGB (Red+Green+Blue) = 72+132+101=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #488465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488465 is #B77B9A. Grayscale: #6E6E6E. Windows color (decimal): -12024731 or 6653000. OLE color: 6653000.

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

Color convert

RGB 72 132 101 -
CMYK 0.45 0 0.23 0.48
HSL 149º 0.29% 0.4% -
HSV(B) 149º 0.45% 0.52% -
XYZ 13.27 18.82 15.24 -
YUV 110.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 72 132 101 0.45 0 0.23 0.48 149 0.29 0.4
Hex 48 84 65 2D 0 17 30 95 1D 28
Octal 110 204 145 55 0 27 60 225 35 50
Binary 1001000 10000100 1100101 101101 0 10111 110000 10010101 11101 101000

Color Harmonies of #488465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488465

Black with #488465

Text Example


Text Example

White with #488465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488465; }

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

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

background-color css

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

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

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

border-color css

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

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

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