#467E8B

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

Shades of Jelly Bean #467E8B

Tints of Jelly Bean #467E8B

Color information

#467E8B (or 0x467E8B) is unknown color: approx Jelly Bean. HEX triplet: 46, 7E and 8B. RGB value is (70,126,139). Sum of RGB (Red+Green+Blue) = 70+126+139=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #467E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E8B is #B98174. Grayscale: #6E6E6E. Windows color (decimal): -12157301 or 9141830. OLE color: 9141830.

HSL color Cylindrical-coordinate representation of color #467E8B: hue angle of 191.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467E8B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70126139-
CMYK0.500.0900.45
HSL191.3º33.01%40.98%-
HSV(B)191.3º49.64%54.51%-
XYZ14.6518.0927.15-
YUV110.74143.9598.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=20.90%
G=37.61%
B=41.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701261390.500.0900.45191.333.0140.98
Hex467E8B32902Dbf2129
Octal10617621362110552774151
Binary10001101111110100010111100101001010110110111111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,126,139); }

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

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

 a { background-color: rgb(70,126,139); }

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

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

 span { border-color: rgb(70,126,139); }

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