Html Css Color HEX #40779B Jelly Bean

📋 copy color: '#40779B'

red 64 ◦ green 119 ◦ blue 155

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

Shades of Jelly Bean #40779B

Tints of Jelly Bean #40779B

RGB

 RED value IS 64 (25.39% from 255) = 18.93%

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

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

R = 18.93%
G = 35.21%
B = 45.86%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40779B (or 0x40779B) is known color: Jelly Bean. HEX triplet: 40, 77 and 9B. RGB value is (64,119,155). Sum of RGB (Red+Green+Blue) = 64+119+155=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 119 (46.88% from 255 or 35.21% 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 #40779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40779B is #BF8864. Grayscale: #6A6A6A. Windows color (decimal): -12552293 or 10188608. OLE color: 10188608.

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

Color convert

RGB 64 119 155 -
CMYK 0.59 0.23 0 0.39
HSL 203.74º 0.42% 0.43% -
HSV(B) 203.74º 0.59% 0.61% -
XYZ 14.63 16.65 33.45 -
YUV 106.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 64 119 155 0.59 0.23 0 0.39 203.74 0.42 0.43
Hex 40 77 9B 3B 17 0 27 CC 2A 2B
Octal 100 167 233 73 27 0 47 314 52 53
Binary 1000000 1110111 10011011 111011 10111 0 100111 11001100 101010 101011

Color Harmonies of #40779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40779B

Black with #40779B

Text Example


Text Example

White with #40779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40779B;
 }
 .AnyTagClassName
 {
   color: #40779B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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