Html Css Color HEX #41779B Jelly Bean

📋 copy color: '#41779B'

red 65 ◦ green 119 ◦ blue 155

#41779B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #41779B

Tints of Jelly Bean #41779B

RGB

 RED value IS 65 (25.78% from 255) = 19.17%

 GREEN value IS 119 (46.88% from 255) = 35.1%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 19.17%
G = 35.1%
B = 45.72%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41779B (or 0x41779B) is known color: 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

RGB 65 119 155 -
CMYK 0.58 0.23 0 0.39
HSL 204º 0.41% 0.43% -
HSV(B) 204º 0.58% 0.61% -
XYZ 14.69 16.68 33.46 -
YUV 106.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 65 119 155 0.58 0.23 0 0.39 204 0.41 0.43
Hex 41 77 9B 3A 17 0 27 CC 29 2B
Octal 101 167 233 72 27 0 47 314 51 53
Binary 1000001 1110111 10011011 111010 10111 0 100111 11001100 101001 101011

Color Harmonies of #41779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41779B

Black with #41779B

Text Example


Text Example

White with #41779B

Text Example


Text Example

HTML Codes & Css Web 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>