#41769B

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

Shades of Jelly Bean #41769B

Tints of Jelly Bean #41769B

Color information

#41769B (or 0x41769B) is unknown color: approx Jelly Bean. HEX triplet: 41, 76 and 9B. RGB value is (65,118,155). Sum of RGB (Red+Green+Blue) = 65+118+155=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #41769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41769B is #BE8964. Grayscale: #6A6A6A. Windows color (decimal): -12487013 or 10188353. OLE color: 10188353.

HSL color Cylindrical-coordinate representation of color #41769B: hue angle of 204.67º 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 #41769B is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65118155-
CMYK0.580.2400.39
HSL204.67º40.91%43.14%-
HSV(B)204.67º58.06%60.78%-
XYZ14.5716.4533.42-
YUV106.37155.4498.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=19.23%
G=34.91%
B=45.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651181550.580.2400.39204.6740.9143.14
Hex41769B3A18027cd292b
Octal10116623372300473155153
Binary100000111101101001101111101011000010011111001101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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