#467B96

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

Shades of Jelly Bean #467B96

Tints of Jelly Bean #467B96

Color information

#467B96 (or 0x467B96) is unknown color: approx Jelly Bean. HEX triplet: 46, 7B and 96. RGB value is (70,123,150). Sum of RGB (Red+Green+Blue) = 70+123+150=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #467B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467B96 is #B98469. Grayscale: #6E6E6E. Windows color (decimal): -12158058 or 9861958. OLE color: 9861958.

HSL color Cylindrical-coordinate representation of color #467B96: hue angle of 200.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #467B96 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70123150-
CMYK0.530.1800.41
HSL200.25º36.36%43.14%-
HSV(B)200.25º53.33%58.82%-
XYZ15.1117.6731.47-
YUV110.23150.4499.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 123 (48.44% from 255) = 35.86%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=20.41%
G=35.86%
B=43.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701231500.530.1800.41200.2536.3643.14
Hex467B963512029c8242b
Octal10617322665220513104453
Binary100011011110111001011011010110010010100111001000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,123,150); }

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

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

 a { background-color: rgb(70,123,150); }

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

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

 span { border-color: rgb(70,123,150); }

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