Html Css Color HEX #487493 Jelly Bean

📋 copy color: '#487493'

red 72 ◦ green 116 ◦ blue 147

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

Shades of Jelly Bean #487493

Tints of Jelly Bean #487493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

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

R = 21.49%
G = 34.63%
B = 43.88%

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

#487493 (or 0x487493) is known color: Jelly Bean. HEX triplet: 48, 74 and 93. RGB value is (72,116,147). Sum of RGB (Red+Green+Blue) = 72+116+147=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #487493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487493 is #B78B6C. Grayscale: #6A6A6A. Windows color (decimal): -12028781 or 9663560. OLE color: 9663560.

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

Color convert

RGB 72 116 147 -
CMYK 0.51 0.21 0 0.42
HSL 204.8º 0.34% 0.43% -
HSV(B) 204.8º 0.51% 0.58% -
XYZ 14.18 15.98 29.94 -
YUV 106.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 72 116 147 0.51 0.21 0 0.42 204.8 0.34 0.43
Hex 48 74 93 33 15 0 2A CD 22 2B
Octal 110 164 223 63 25 0 52 315 42 53
Binary 1001000 1110100 10010011 110011 10101 0 101010 11001101 100010 101011

Color Harmonies of #487493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487493

Black with #487493

Text Example


Text Example

White with #487493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487493; }

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

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

background-color css

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

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

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

border-color css

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

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

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