#467594

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

Shades of Jelly Bean #467594

Tints of Jelly Bean #467594

Color information

#467594 (or 0x467594) is unknown color: approx Jelly Bean. HEX triplet: 46, 75 and 94. RGB value is (70,117,148). Sum of RGB (Red+Green+Blue) = 70+117+148=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #467594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467594 is #B98A6B. Grayscale: #6A6A6A. Windows color (decimal): -12159596 or 9729350. OLE color: 9729350.

HSL color Cylindrical-coordinate representation of color #467594: hue angle of 203.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467594 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70117148-
CMYK0.530.2100.42
HSL203.85º35.78%42.75%-
HSV(B)203.85º52.7%58.04%-
XYZ14.2316.1630.39-
YUV106.48151.43101.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=20.90%
G=34.93%
B=44.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701171480.530.2100.42203.8535.7842.75
Hex467594351502Acc242b
Octal10616522465250523144453
Binary100011011101011001010011010110101010101011001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467594; }

 p { color: rgb(70,117,148); }

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

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

 a { background-color: rgb(70,117,148); }

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

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

 span { border-color: rgb(70,117,148); }

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