Html Css Color HEX #467487 Jelly Bean

📋 copy color: '#467487'

red 70 ◦ green 116 ◦ blue 135

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

Shades of Jelly Bean #467487

Tints of Jelly Bean #467487

RGB

 RED value IS 70 (27.73% from 255) = 21.81%

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

 BLUE value IS 135 (53.13% from 255) = 42.06%

R = 21.81%
G = 36.14%
B = 42.06%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467487 (or 0x467487) is known color: Jelly Bean. HEX triplet: 46, 74 and 87. RGB value is (70,116,135). Sum of RGB (Red+Green+Blue) = 70+116+135=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #467487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467487 is #B98B78. Grayscale: #686868. Windows color (decimal): -12159865 or 8877126. OLE color: 8877126.

HSL color Cylindrical-coordinate representation of color #467487: hue angle of 197.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #467487 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 116 135 -
CMYK 0.48 0.14 0 0.47
HSL 197.54º 0.32% 0.4% -
HSV(B) 197.54º 0.48% 0.53% -
XYZ 13.14 15.54 25.23 -
YUV 104.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 70 116 135 0.48 0.14 0 0.47 197.54 0.32 0.4
Hex 46 74 87 30 E 0 2F C6 20 28
Octal 106 164 207 60 16 0 57 306 40 50
Binary 1000110 1110100 10000111 110000 1110 0 101111 11000110 100000 101000

Color Harmonies of #467487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467487

Black with #467487

Text Example


Text Example

White with #467487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467487; }

 p { color: rgb(70,116,135); }

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

background-color css

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

 a { background-color: rgb(70,116,135); }

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

border-color css

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

 span { border-color: rgb(70,116,135); }

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