Html Css Color HEX #40778E Jelly Bean

📋 copy color: '#40778E'

red 64 ◦ green 119 ◦ blue 142

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

Shades of Jelly Bean #40778E

Tints of Jelly Bean #40778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 19.69%
G = 36.62%
B = 43.69%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40778E (or 0x40778E) is known color: Jelly Bean. HEX triplet: 40, 77 and 8E. RGB value is (64,119,142). Sum of RGB (Red+Green+Blue) = 64+119+142=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #40778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40778E is #BF8871. Grayscale: #696969. Windows color (decimal): -12552306 or 9336640. OLE color: 9336640.

HSL color Cylindrical-coordinate representation of color #40778E: hue angle of 197.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40778E is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 119 142 -
CMYK 0.55 0.16 0 0.44
HSL 197.69º 0.38% 0.4% -
HSV(B) 197.69º 0.55% 0.56% -
XYZ 13.59 16.24 28.01 -
YUV 105.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 64 119 142 0.55 0.16 0 0.44 197.69 0.38 0.4
Hex 40 77 8E 37 10 0 2C C6 26 28
Octal 100 167 216 67 20 0 54 306 46 50
Binary 1000000 1110111 10001110 110111 10000 0 101100 11000110 100110 101000

Color Harmonies of #40778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40778E

Black with #40778E

Text Example


Text Example

White with #40778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40778E; }

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

 H1.HeaderClassName
 {
   color: #40778E;
 }
 .AnyTagClassName
 {
   color: #40778E;
 }
</style>

background-color css

<style>
 a { background-color: #40778E; }

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

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

border-color css

<style>
 span { border-color: #40778E; }

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

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