Html Css Color HEX #488190 Jelly Bean

📋 copy color: '#488190'

red 72 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #488190

Tints of Jelly Bean #488190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 20.87%
G = 37.39%
B = 41.74%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#488190 (or 0x488190) is known color: Jelly Bean. HEX triplet: 48, 81 and 90. RGB value is (72,129,144). Sum of RGB (Red+Green+Blue) = 72+129+144=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #488190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488190 is #B77E6F. Grayscale: #717171. Windows color (decimal): -12025456 or 9470280. OLE color: 9470280.

HSL color Cylindrical-coordinate representation of color #488190: hue angle of 192.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #488190 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 129 144 -
CMYK 0.50 0.10 0 0.44
HSL 192.5º 0.33% 0.42% -
HSV(B) 192.5º 0.5% 0.56% -
XYZ 15.56 19.09 29.25 -
YUV 113.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 72 129 144 0.50 0.10 0 0.44 192.5 0.33 0.42
Hex 48 81 90 32 A 0 2C C0 21 2A
Octal 110 201 220 62 12 0 54 300 41 52
Binary 1001000 10000001 10010000 110010 1010 0 101100 11000000 100001 101010

Color Harmonies of #488190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488190

Black with #488190

Text Example


Text Example

White with #488190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488190; }

 p { color: rgb(72,129,144); }

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

background-color css

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

 a { background-color: rgb(72,129,144); }

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

border-color css

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

 span { border-color: rgb(72,129,144); }

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