#418291

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

Shades of Jelly Bean #418291

Tints of Jelly Bean #418291

Color information

#418291 (or 0x418291) is unknown color: approx Jelly Bean. HEX triplet: 41, 82 and 91. RGB value is (65,130,145). Sum of RGB (Red+Green+Blue) = 65+130+145=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #418291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418291 is #BE7D6E. Grayscale: #707070. Windows color (decimal): -12483951 or 9536065. OLE color: 9536065.

HSL color Cylindrical-coordinate representation of color #418291: hue angle of 191.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418291 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB65130145-
CMYK0.550.1000.43
HSL191.25º38.1%41.18%-
HSV(B)191.25º55.17%56.86%-
XYZ15.2719.1329.68-
YUV112.28146.4794.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.12%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=19.12%
G=38.24%
B=42.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651301450.550.1000.43191.2538.141.18
Hex41829137A02Bbf2629
Octal10120222167120532774651
Binary100000110000010100100011101111010010101110111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418291; }

 p { color: rgb(65,130,145); }

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

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

 a { background-color: rgb(65,130,145); }

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

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

 span { border-color: rgb(65,130,145); }

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