Html Css Color HEX #488093 Jelly Bean

📋 copy color: '#488093'

red 72 ◦ green 128 ◦ blue 147

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

Shades of Jelly Bean #488093

Tints of Jelly Bean #488093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 20.75%
G = 36.89%
B = 42.36%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#488093 (or 0x488093) is known color: Jelly Bean. HEX triplet: 48, 80 and 93. RGB value is (72,128,147). Sum of RGB (Red+Green+Blue) = 72+128+147=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #488093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488093 is #B77F6C. Grayscale: #717171. Windows color (decimal): -12025709 or 9666632. OLE color: 9666632.

HSL color Cylindrical-coordinate representation of color #488093: hue angle of 195.2º degrees, saturation: 0.34, 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 #488093 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 128 147 -
CMYK 0.51 0.13 0 0.42
HSL 195.2º 0.34% 0.43% -
HSV(B) 195.2º 0.51% 0.58% -
XYZ 15.66 18.92 30.43 -
YUV 113.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 72 128 147 0.51 0.13 0 0.42 195.2 0.34 0.43
Hex 48 80 93 33 D 0 2A C3 22 2B
Octal 110 200 223 63 15 0 52 303 42 53
Binary 1001000 10000000 10010011 110011 1101 0 101010 11000011 100010 101011

Color Harmonies of #488093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488093

Black with #488093

Text Example


Text Example

White with #488093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488093; }

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

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

background-color css

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

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

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

border-color css

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

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

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