#468094

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

Shades of Jelly Bean #468094

Tints of Jelly Bean #468094

Color information

#468094 (or 0x468094) is unknown color: approx Jelly Bean. HEX triplet: 46, 80 and 94. RGB value is (70,128,148). Sum of RGB (Red+Green+Blue) = 70+128+148=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #468094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468094 is #B97F6B. Grayscale: #707070. Windows color (decimal): -12156780 or 9732166. OLE color: 9732166.

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

Color convert

RGB70128148-
CMYK0.530.1400.42
HSL195.38º35.78%42.75%-
HSV(B)195.38º52.7%58.04%-
XYZ15.5918.8830.84-
YUV112.94147.7897.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=20.23%
G=36.99%
B=42.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701281480.530.1400.42195.3835.7842.75
Hex46809435E02Ac3242b
Octal10620022465160523034453
Binary100011010000000100101001101011110010101011000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468094; }

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

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

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

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

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

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

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

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