#41779B

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

Shades of Jelly Bean #41779B

Tints of Jelly Bean #41779B

Color information

#41779B (or 0x41779B) is unknown color: approx Jelly Bean. HEX triplet: 41, 77 and 9B. RGB value is (65,119,155). Sum of RGB (Red+Green+Blue) = 65+119+155=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #41779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41779B is #BE8864. Grayscale: #6A6A6A. Windows color (decimal): -12486757 or 10188609. OLE color: 10188609.

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

Color convert

RGB65119155-
CMYK0.580.2300.39
HSL204º40.91%43.14%-
HSV(B)204º58.06%60.78%-
XYZ14.6916.6833.46-
YUV106.96155.1198.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=19.17%
G=35.10%
B=45.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651191550.580.2300.3920440.9143.14
Hex41779B3A17027cc292b
Octal10116723372270473145153
Binary100000111101111001101111101010111010011111001100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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