Html Css Color HEX #40798B Jelly Bean

📋 copy color: '#40798B'

red 64 ◦ green 121 ◦ blue 139

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

Shades of Jelly Bean #40798B

Tints of Jelly Bean #40798B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 19.75%
G = 37.35%
B = 42.9%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40798B (or 0x40798B) is known color: Jelly Bean. HEX triplet: 40, 79 and 8B. RGB value is (64,121,139). Sum of RGB (Red+Green+Blue) = 64+121+139=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #40798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40798B is #BF8674. Grayscale: #696969. Windows color (decimal): -12551797 or 9140544. OLE color: 9140544.

HSL color Cylindrical-coordinate representation of color #40798B: hue angle of 194.4º 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 #40798B is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 121 139 -
CMYK 0.54 0.13 0 0.45
HSL 194.4º 0.37% 0.4% -
HSV(B) 194.4º 0.54% 0.55% -
XYZ 13.61 16.63 26.92 -
YUV 106.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 64 121 139 0.54 0.13 0 0.45 194.4 0.37 0.4
Hex 40 79 8B 36 D 0 2D C2 25 28
Octal 100 171 213 66 15 0 55 302 45 50
Binary 1000000 1111001 10001011 110110 1101 0 101101 11000010 100101 101000

Color Harmonies of #40798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40798B

Black with #40798B

Text Example


Text Example

White with #40798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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