#41759B

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

Shades of Jelly Bean #41759B

Tints of Jelly Bean #41759B

Color information

#41759B (or 0x41759B) is unknown color: approx Jelly Bean. HEX triplet: 41, 75 and 9B. RGB value is (65,117,155). Sum of RGB (Red+Green+Blue) = 65+117+155=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #41759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41759B is #BE8A64. Grayscale: #696969. Windows color (decimal): -12487269 or 10188097. OLE color: 10188097.

HSL color Cylindrical-coordinate representation of color #41759B: hue angle of 205.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41759B is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65117155-
CMYK0.580.2500.39
HSL205.33º40.91%43.14%-
HSV(B)205.33º58.06%60.78%-
XYZ14.4616.2133.38-
YUV105.78155.7798.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.29%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=19.29%
G=34.72%
B=45.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651171550.580.2500.39205.3340.9143.14
Hex41759B3A19027cd292b
Octal10116523372310473155153
Binary100000111101011001101111101011001010011111001101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41759B; }

 p { color: rgb(65,117,155); }

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

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

 a { background-color: rgb(65,117,155); }

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

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

 span { border-color: rgb(65,117,155); }

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