#41778A

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

Shades of Jelly Bean #41778A

Tints of Jelly Bean #41778A

Color information

#41778A (or 0x41778A) is unknown color: approx Jelly Bean. HEX triplet: 41, 77 and 8A. RGB value is (65,119,138). Sum of RGB (Red+Green+Blue) = 65+119+138=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #41778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41778A is #BE8875. Grayscale: #686868. Windows color (decimal): -12486774 or 9074497. OLE color: 9074497.

HSL color Cylindrical-coordinate representation of color #41778A: hue angle of 195.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41778A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB65119138-
CMYK0.530.1400.46
HSL195.62º35.96%39.8%-
HSV(B)195.62º52.9%54.12%-
XYZ13.3616.1526.46-
YUV105.02146.6199.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=20.19%
G=36.96%
B=42.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal651191380.530.1400.46195.6235.9639.8
Hex41778A35E02Ec42428
Octal10116721265160563044450
Binary10000011110111100010101101011110010111011000100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41778A; }

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

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

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

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

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

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

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

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