#467884

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

Shades of Jelly Bean #467884

Tints of Jelly Bean #467884

Color information

#467884 (or 0x467884) is unknown color: approx Jelly Bean. HEX triplet: 46, 78 and 84. RGB value is (70,120,132). Sum of RGB (Red+Green+Blue) = 70+120+132=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #467884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467884 is #B9877B. Grayscale: #6A6A6A. Windows color (decimal): -12158844 or 8681542. OLE color: 8681542.

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

Color convert

RGB70120132-
CMYK0.470.0900.48
HSL191.61º30.69%39.61%-
HSV(B)191.61º46.97%51.76%-
XYZ13.4116.424.29-
YUV106.42142.44102.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 120 (47.27% from 255) = 37.27%
BLUE value IS 132 (51.95% from 255) = 40.99%
R=21.74%
G=37.27%
B=40.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701201320.470.0900.48191.6130.6939.61
Hex4678842F9030c01f28
Octal10617020457110603003750
Binary1000110111100010000100101111100101100001100000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467884; }

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

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

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

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

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

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

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

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