#418190

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

Shades of Jelly Bean #418190

Tints of Jelly Bean #418190

Color information

#418190 (or 0x418190) is unknown color: approx Jelly Bean. HEX triplet: 41, 81 and 90. RGB value is (65,129,144). Sum of RGB (Red+Green+Blue) = 65+129+144=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #418190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418190 is #BE7E6F. Grayscale: #6F6F6F. Windows color (decimal): -12484208 or 9470273. OLE color: 9470273.

HSL color Cylindrical-coordinate representation of color #418190: hue angle of 191.39º 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 #418190 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65129144-
CMYK0.550.1000.44
HSL191.39º37.8%40.98%-
HSV(B)191.39º54.86%56.47%-
XYZ15.0618.8429.23-
YUV111.57146.394.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=19.23%
G=38.17%
B=42.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651291440.550.1000.44191.3937.840.98
Hex41819037A02Cbf2629
Octal10120122067120542774651
Binary100000110000001100100001101111010010110010111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418190; }

 p { color: rgb(65,129,144); }

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

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

 a { background-color: rgb(65,129,144); }

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

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

 span { border-color: rgb(65,129,144); }

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