#467C98

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

Shades of Jelly Bean #467C98

Tints of Jelly Bean #467C98

Color information

#467C98 (or 0x467C98) is unknown color: approx Jelly Bean. HEX triplet: 46, 7C and 98. RGB value is (70,124,152). Sum of RGB (Red+Green+Blue) = 70+124+152=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #467C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C98 is #B98367. Grayscale: #6E6E6E. Windows color (decimal): -12157800 or 9993286. OLE color: 9993286.

HSL color Cylindrical-coordinate representation of color #467C98: hue angle of 200.49º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467C98 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70124152-
CMYK0.540.1800.40
HSL200.49º36.94%43.53%-
HSV(B)200.49º53.95%59.61%-
XYZ15.417.9832.37-
YUV111.05151.1198.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 124 (48.83% from 255) = 35.84%
BLUE value IS 152 (59.77% from 255) = 43.93%
R=20.23%
G=35.84%
B=43.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701241520.540.1800.40200.4936.9443.53
Hex467C983612028c8252c
Octal10617423066220503104554
Binary100011011111001001100011011010010010100011001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467C98; }

 p { color: rgb(70,124,152); }

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

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

 a { background-color: rgb(70,124,152); }

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

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

 span { border-color: rgb(70,124,152); }

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