#467595

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

Shades of Jelly Bean #467595

Tints of Jelly Bean #467595

Color information

#467595 (or 0x467595) is unknown color: approx Jelly Bean. HEX triplet: 46, 75 and 95. RGB value is (70,117,149). Sum of RGB (Red+Green+Blue) = 70+117+149=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #467595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467595 is #B98A6A. Grayscale: #6A6A6A. Windows color (decimal): -12159595 or 9794886. OLE color: 9794886.

HSL color Cylindrical-coordinate representation of color #467595: hue angle of 204.3º 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 #467595 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB70117149-
CMYK0.530.2100.42
HSL204.3º36.07%42.94%-
HSV(B)204.3º53.02%58.43%-
XYZ14.3116.1930.81-
YUV106.6151.93101.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=20.83%
G=34.82%
B=44.35%

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
Decimal701171490.530.2100.42204.336.0742.94
Hex467595351502Acc242b
Octal10616522565250523144453
Binary100011011101011001010111010110101010101011001100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467595; }

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

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

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

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

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

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

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

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