#488094

Color #488094 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #488094

Tints of Jelly Bean #488094

Color information

#488094 (or 0x488094) is unknown color: approx Jelly Bean. HEX triplet: 48, 80 and 94. RGB value is (72,128,148). Sum of RGB (Red+Green+Blue) = 72+128+148=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #488094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488094 is #B77F6B. Grayscale: #717171. Windows color (decimal): -12025708 or 9732168. OLE color: 9732168.

HSL color Cylindrical-coordinate representation of color #488094: hue angle of 195.79º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488094 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72128148-
CMYK0.510.1400.42
HSL195.79º34.55%43.14%-
HSV(B)195.79º51.35%58.04%-
XYZ15.7418.9530.85-
YUV113.54147.4598.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=20.69%
G=36.78%
B=42.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721281480.510.1400.42195.7934.5543.14
Hex48809433E02Ac4232b
Octal11020022463160523044353
Binary100100010000000100101001100111110010101011000100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488094; }

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

 H1.HeaderClassName
 {
   color: #488094;
 }
 .AnyTagClassName
 {
   color: #488094;
 }
</style>
background-color css

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

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

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

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

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

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