Html Css Color HEX #40788D Jelly Bean

📋 copy color: '#40788D'

red 64 ◦ green 120 ◦ blue 141

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

Shades of Jelly Bean #40788D

Tints of Jelly Bean #40788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.92%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 19.69%
G = 36.92%
B = 43.38%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40788D (or 0x40788D) is known color: Jelly Bean. HEX triplet: 40, 78 and 8D. RGB value is (64,120,141). Sum of RGB (Red+Green+Blue) = 64+120+141=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #40788D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40788D is #BF8772. Grayscale: #696969. Windows color (decimal): -12552051 or 9271360. OLE color: 9271360.

HSL color Cylindrical-coordinate representation of color #40788D: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40788D is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 120 141 -
CMYK 0.55 0.15 0 0.45
HSL 196.36º 0.38% 0.4% -
HSV(B) 196.36º 0.55% 0.55% -
XYZ 13.64 16.45 27.65 -
YUV 105.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 64 120 141 0.55 0.15 0 0.45 196.36 0.38 0.4
Hex 40 78 8D 37 F 0 2D C4 26 28
Octal 100 170 215 67 17 0 55 304 46 50
Binary 1000000 1111000 10001101 110111 1111 0 101101 11000100 100110 101000

Color Harmonies of #40788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40788D

Black with #40788D

Text Example


Text Example

White with #40788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40788D; }

 p { color: rgb(64,120,141); }

 H1.HeaderClassName
 {
   color: #40788D;
 }
 .AnyTagClassName
 {
   color: #40788D;
 }
</style>

background-color css

<style>
 a { background-color: #40788D; }

 a { background-color: rgb(64,120,141); }

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

border-color css

<style>
 span { border-color: #40788D; }

 span { border-color: rgb(64,120,141); }

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