Html Css Color HEX #40798C Jelly Bean

📋 copy color: '#40798C'

red 64 ◦ green 121 ◦ blue 140

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

Shades of Jelly Bean #40798C

Tints of Jelly Bean #40798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 19.69%
G = 37.23%
B = 43.08%

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

#40798C (or 0x40798C) is known color: Jelly Bean. HEX triplet: 40, 79 and 8C. RGB value is (64,121,140). Sum of RGB (Red+Green+Blue) = 64+121+140=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #40798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40798C is #BF8673. Grayscale: #696969. Windows color (decimal): -12551796 or 9206080. OLE color: 9206080.

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

Color convert

RGB 64 121 140 -
CMYK 0.54 0.14 0 0.45
HSL 195º 0.37% 0.4% -
HSV(B) 195º 0.54% 0.55% -
XYZ 13.69 16.66 27.31 -
YUV 106.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 64 121 140 0.54 0.14 0 0.45 195 0.37 0.4
Hex 40 79 8C 36 E 0 2D C3 25 28
Octal 100 171 214 66 16 0 55 303 45 50
Binary 1000000 1111001 10001100 110110 1110 0 101101 11000011 100101 101000

Color Harmonies of #40798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40798C

Black with #40798C

Text Example


Text Example

White with #40798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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