Html Css Color HEX #40758D Jelly Bean

📋 copy color: '#40758D'

red 64 ◦ green 117 ◦ blue 141

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

Shades of Jelly Bean #40758D

Tints of Jelly Bean #40758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 19.88%
G = 36.34%
B = 43.79%

CMYK

 C value IS 0.55

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40758D (or 0x40758D) is known color: Jelly Bean. HEX triplet: 40, 75 and 8D. RGB value is (64,117,141). Sum of RGB (Red+Green+Blue) = 64+117+141=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #40758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40758D is #BF8A72. Grayscale: #676767. Windows color (decimal): -12552819 or 9270592. OLE color: 9270592.

HSL color Cylindrical-coordinate representation of color #40758D: hue angle of 198.7º 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 #40758D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 117 141 -
CMYK 0.55 0.17 0 0.45
HSL 198.7º 0.38% 0.4% -
HSV(B) 198.7º 0.55% 0.55% -
XYZ 13.28 15.74 27.54 -
YUV 103.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 64 117 141 0.55 0.17 0 0.45 198.7 0.38 0.4
Hex 40 75 8D 37 11 0 2D C7 26 28
Octal 100 165 215 67 21 0 55 307 46 50
Binary 1000000 1110101 10001101 110111 10001 0 101101 11000111 100110 101000

Color Harmonies of #40758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40758D

Black with #40758D

Text Example


Text Example

White with #40758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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