#467A88

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

Shades of Jelly Bean #467A88

Tints of Jelly Bean #467A88

Color information

#467A88 (or 0x467A88) is unknown color: approx Jelly Bean. HEX triplet: 46, 7A and 88. RGB value is (70,122,136). Sum of RGB (Red+Green+Blue) = 70+122+136=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 136 - color contains mainly: blue. Hex color #467A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467A88 is #B98577. Grayscale: #6B6B6B. Windows color (decimal): -12158328 or 8944198. OLE color: 8944198.

HSL color Cylindrical-coordinate representation of color #467A88: hue angle of 192.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #467A88 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70122136-
CMYK0.490.1000.47
HSL192.73º32.04%40.39%-
HSV(B)192.73º48.53%53.33%-
XYZ13.931725.84-
YUV108.05143.77100.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=21.34%
G=37.20%
B=41.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701221360.490.1000.47192.7332.0440.39
Hex467A8831A02Fc12028
Octal10617221061120573014050
Binary10001101111010100010001100011010010111111000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,136); }

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

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

 a { background-color: rgb(70,122,136); }

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

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

 span { border-color: rgb(70,122,136); }

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