Html Css Color HEX #488664 Como

📋 copy color: '#488664'

red 72 ◦ green 134 ◦ blue 100

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

Shades of Como #488664

Tints of Como #488664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.79%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 23.53%
G = 43.79%
B = 32.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#488664 (or 0x488664) is known color: Como. HEX triplet: 48, 86 and 64. RGB value is (72,134,100). Sum of RGB (Red+Green+Blue) = 72+134+100=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #488664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488664 is #B7799B. Grayscale: #6F6F6F. Windows color (decimal): -12024220 or 6587976. OLE color: 6587976.

HSL color Cylindrical-coordinate representation of color #488664: hue angle of 147.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488664 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 100 -
CMYK 0.46 0 0.25 0.47
HSL 147.1º 0.3% 0.4% -
HSV(B) 147.1º 0.46% 0.53% -
XYZ 13.5 19.35 15.08 -
YUV 111.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 72 134 100 0.46 0 0.25 0.47 147.1 0.3 0.4
Hex 48 86 64 2E 0 19 2F 93 1E 28
Octal 110 206 144 56 0 31 57 223 36 50
Binary 1001000 10000110 1100100 101110 0 11001 101111 10010011 11110 101000

Color Harmonies of #488664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488664

Black with #488664

Text Example


Text Example

White with #488664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488664; }

 p { color: rgb(72,134,100); }

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

background-color css

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

 a { background-color: rgb(72,134,100); }

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

border-color css

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

 span { border-color: rgb(72,134,100); }

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