#467684

Color #467684 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #467684

Tints of Jelly Bean #467684

Color information

#467684 (or 0x467684) is unknown color: approx Jelly Bean. HEX triplet: 46, 76 and 84. RGB value is (70,118,132). Sum of RGB (Red+Green+Blue) = 70+118+132=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 132 - color contains mainly: blue. Hex color #467684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467684 is #B9897B. Grayscale: #696969. Windows color (decimal): -12159356 or 8681030. OLE color: 8681030.

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

Color convert

RGB70118132-
CMYK0.470.1100.48
HSL193.55º30.69%39.61%-
HSV(B)193.55º46.97%51.76%-
XYZ13.1715.9224.21-
YUV105.24143.1102.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 132 (51.95% from 255) = 41.25%
R=21.88%
G=36.88%
B=41.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701181320.470.1100.48193.5530.6939.61
Hex4676842FB030c21f28
Octal10616620457130603023750
Binary1000110111011010000100101111101101100001100001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467684; }

 p { color: rgb(70,118,132); }

 H1.HeaderClassName
 {
   color: #467684;
 }
 .AnyTagClassName
 {
   color: #467684;
 }
</style>
background-color css

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

 a { background-color: rgb(70,118,132); }

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

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

 span { border-color: rgb(70,118,132); }

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