Html Css Color HEX #488090 Jelly Bean

📋 copy color: '#488090'

red 72 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #488090

Tints of Jelly Bean #488090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

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

R = 20.93%
G = 37.21%
B = 41.86%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#488090 (or 0x488090) is known color: Jelly Bean. HEX triplet: 48, 80 and 90. RGB value is (72,128,144). Sum of RGB (Red+Green+Blue) = 72+128+144=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #488090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488090 is #B77F6F. Grayscale: #707070. Windows color (decimal): -12025712 or 9470024. OLE color: 9470024.

HSL color Cylindrical-coordinate representation of color #488090: hue angle of 193.33º 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 #488090 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 128 144 -
CMYK 0.50 0.11 0 0.44
HSL 193.33º 0.33% 0.42% -
HSV(B) 193.33º 0.5% 0.56% -
XYZ 15.43 18.83 29.21 -
YUV 113.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 72 128 144 0.50 0.11 0 0.44 193.33 0.33 0.42
Hex 48 80 90 32 B 0 2C C1 21 2A
Octal 110 200 220 62 13 0 54 301 41 52
Binary 1001000 10000000 10010000 110010 1011 0 101100 11000001 100001 101010

Color Harmonies of #488090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488090

Black with #488090

Text Example


Text Example

White with #488090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488090; }

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

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

background-color css

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

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

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

border-color css

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

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

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