#40828F

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

Shades of Jelly Bean #40828F

Tints of Jelly Bean #40828F

Color information

#40828F (or 0x40828F) is unknown color: approx Jelly Bean. HEX triplet: 40, 82 and 8F. RGB value is (64,130,143). Sum of RGB (Red+Green+Blue) = 64+130+143=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #40828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828F is #BF7D70. Grayscale: #6F6F6F. Windows color (decimal): -12549489 or 9404992. OLE color: 9404992.

HSL color Cylindrical-coordinate representation of color #40828F: hue angle of 189.87º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40828F is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64130143-
CMYK0.550.0900.44
HSL189.87º38.16%40.59%-
HSV(B)189.87º55.24%56.08%-
XYZ15.0519.0428.87-
YUV111.75145.6393.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=18.99%
G=38.58%
B=42.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641301430.550.0900.44189.8738.1640.59
Hex40828F37902Cbe2629
Octal10020221767110542764651
Binary100000010000010100011111101111001010110010111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40828F; }

 p { color: rgb(64,130,143); }

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

<style>
 a { background-color: #40828F; }

 a { background-color: rgb(64,130,143); }

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

<style>
 span { border-color: #40828F; }

 span { border-color: rgb(64,130,143); }

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