#467D92

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

Shades of Jelly Bean #467D92

Tints of Jelly Bean #467D92

Color information

#467D92 (or 0x467D92) is unknown color: approx Jelly Bean. HEX triplet: 46, 7D and 92. RGB value is (70,125,146). Sum of RGB (Red+Green+Blue) = 70+125+146=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #467D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467D92 is #B9826D. Grayscale: #6E6E6E. Windows color (decimal): -12157550 or 9600326. OLE color: 9600326.

HSL color Cylindrical-coordinate representation of color #467D92: hue angle of 196.58º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #467D92 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB70125146-
CMYK0.520.1400.43
HSL196.58º35.19%42.35%-
HSV(B)196.58º52.05%57.25%-
XYZ15.0518.0429.88-
YUV110.95147.7898.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=20.53%
G=36.66%
B=42.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701251460.520.1400.43196.5835.1942.35
Hex467D9234E02Bc5232a
Octal10617522264160533054352
Binary10001101111101100100101101001110010101111000101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,125,146); }

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

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

 a { background-color: rgb(70,125,146); }

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

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

 span { border-color: rgb(70,125,146); }

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