Html Css Color HEX #40778B Jelly Bean

📋 copy color: '#40778B'

red 64 ◦ green 119 ◦ blue 139

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

Shades of Jelly Bean #40778B

Tints of Jelly Bean #40778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 19.88%
G = 36.96%
B = 43.17%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40778B (or 0x40778B) is known color: Jelly Bean. HEX triplet: 40, 77 and 8B. RGB value is (64,119,139). Sum of RGB (Red+Green+Blue) = 64+119+139=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #40778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40778B is #BF8874. Grayscale: #686868. Windows color (decimal): -12552309 or 9140032. OLE color: 9140032.

HSL color Cylindrical-coordinate representation of color #40778B: hue angle of 196º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40778B is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 119 139 -
CMYK 0.54 0.14 0 0.45
HSL 196º 0.37% 0.4% -
HSV(B) 196º 0.54% 0.55% -
XYZ 13.37 16.15 26.84 -
YUV 104.84 147.28 98.87 -
System Red Green Blue C M Y K H S L
Decimal 64 119 139 0.54 0.14 0 0.45 196 0.37 0.4
Hex 40 77 8B 36 E 0 2D C4 25 28
Octal 100 167 213 66 16 0 55 304 45 50
Binary 1000000 1110111 10001011 110110 1110 0 101101 11000100 100101 101000

Color Harmonies of #40778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40778B

Black with #40778B

Text Example


Text Example

White with #40778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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