Html Css Color HEX #488263 Como

📋 copy color: '#488263'

red 72 ◦ green 130 ◦ blue 99

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

Shades of Como #488263

Tints of Como #488263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 23.92%
G = 43.19%
B = 32.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#488263 (or 0x488263) is known color: Como. HEX triplet: 48, 82 and 63. RGB value is (72,130,99). Sum of RGB (Red+Green+Blue) = 72+130+99=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #488263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488263 is #B77D9C. Grayscale: #6D6D6D. Windows color (decimal): -12025245 or 6521416. OLE color: 6521416.

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

Color convert

RGB 72 130 99 -
CMYK 0.45 0 0.24 0.49
HSL 147.93º 0.29% 0.4% -
HSV(B) 147.93º 0.45% 0.51% -
XYZ 12.91 18.24 14.65 -
YUV 109.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 72 130 99 0.45 0 0.24 0.49 147.93 0.29 0.4
Hex 48 82 63 2D 0 18 31 94 1D 28
Octal 110 202 143 55 0 30 61 224 35 50
Binary 1001000 10000010 1100011 101101 0 11000 110001 10010100 11101 101000

Color Harmonies of #488263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488263

Black with #488263

Text Example


Text Example

White with #488263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488263; }

 p { color: rgb(72,130,99); }

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

background-color css

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

 a { background-color: rgb(72,130,99); }

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

border-color css

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

 span { border-color: rgb(72,130,99); }

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