Html Css Color HEX #487594 Jelly Bean

📋 copy color: '#487594'

red 72 ◦ green 117 ◦ blue 148

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

Shades of Jelly Bean #487594

Tints of Jelly Bean #487594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.72%

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 21.36%
G = 34.72%
B = 43.92%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487594 (or 0x487594) is known color: Jelly Bean. HEX triplet: 48, 75 and 94. RGB value is (72,117,148). Sum of RGB (Red+Green+Blue) = 72+117+148=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #487594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487594 is #B78A6B. Grayscale: #6A6A6A. Windows color (decimal): -12028524 or 9729352. OLE color: 9729352.

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

Color convert

RGB 72 117 148 -
CMYK 0.51 0.21 0 0.42
HSL 204.47º 0.35% 0.43% -
HSV(B) 204.47º 0.51% 0.58% -
XYZ 14.38 16.24 30.39 -
YUV 107.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 72 117 148 0.51 0.21 0 0.42 204.47 0.35 0.43
Hex 48 75 94 33 15 0 2A CC 23 2B
Octal 110 165 224 63 25 0 52 314 43 53
Binary 1001000 1110101 10010100 110011 10101 0 101010 11001100 100011 101011

Color Harmonies of #487594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487594

Black with #487594

Text Example


Text Example

White with #487594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487594; }

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

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

background-color css

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

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

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

border-color css

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

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

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