Html Css Color HEX #487E94 Jelly Bean

📋 copy color: '#487E94'

red 72 ◦ green 126 ◦ blue 148

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

Shades of Jelly Bean #487E94

Tints of Jelly Bean #487E94

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.42%

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

R = 20.81%
G = 36.42%
B = 42.77%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#487E94 (or 0x487E94) is known color: Jelly Bean. HEX triplet: 48, 7E and 94. RGB value is (72,126,148). Sum of RGB (Red+Green+Blue) = 72+126+148=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #487E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E94 is #B7816B. Grayscale: #707070. Windows color (decimal): -12026220 or 9731656. OLE color: 9731656.

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

Color convert

RGB 72 126 148 -
CMYK 0.51 0.15 0 0.42
HSL 197.37º 0.35% 0.43% -
HSV(B) 197.37º 0.51% 0.58% -
XYZ 15.48 18.44 30.76 -
YUV 112.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 72 126 148 0.51 0.15 0 0.42 197.37 0.35 0.43
Hex 48 7E 94 33 F 0 2A C5 23 2B
Octal 110 176 224 63 17 0 52 305 43 53
Binary 1001000 1111110 10010100 110011 1111 0 101010 11000101 100011 101011

Color Harmonies of #487E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487E94

Black with #487E94

Text Example


Text Example

White with #487E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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