Html Css Color HEX #467486 Jelly Bean

📋 copy color: '#467486'

red 70 ◦ green 116 ◦ blue 134

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

Shades of Jelly Bean #467486

Tints of Jelly Bean #467486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 21.88%
G = 36.25%
B = 41.88%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#467486 (or 0x467486) is known color: Jelly Bean. HEX triplet: 46, 74 and 86. RGB value is (70,116,134). Sum of RGB (Red+Green+Blue) = 70+116+134=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #467486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467486 is #B98B79. Grayscale: #686868. Windows color (decimal): -12159866 or 8811590. OLE color: 8811590.

HSL color Cylindrical-coordinate representation of color #467486: hue angle of 196.88º degrees, saturation: 0.31, 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 #467486 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 116 134 -
CMYK 0.48 0.13 0 0.47
HSL 196.88º 0.31% 0.4% -
HSV(B) 196.88º 0.48% 0.53% -
XYZ 13.07 15.51 24.86 -
YUV 104.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 70 116 134 0.48 0.13 0 0.47 196.88 0.31 0.4
Hex 46 74 86 30 D 0 2F C5 1F 28
Octal 106 164 206 60 15 0 57 305 37 50
Binary 1000110 1110100 10000110 110000 1101 0 101111 11000101 11111 101000

Color Harmonies of #467486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467486

Black with #467486

Text Example


Text Example

White with #467486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467486; }

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

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

background-color css

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

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

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

border-color css

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

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

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