Html Css Color HEX #40758C Jelly Bean

📋 copy color: '#40758C'

red 64 ◦ green 117 ◦ blue 140

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

Shades of Jelly Bean #40758C

Tints of Jelly Bean #40758C

RGB

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

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

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

R = 19.94%
G = 36.45%
B = 43.61%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40758C (or 0x40758C) is known color: Jelly Bean. HEX triplet: 40, 75 and 8C. RGB value is (64,117,140). Sum of RGB (Red+Green+Blue) = 64+117+140=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #40758C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40758C is #BF8A73. Grayscale: #676767. Windows color (decimal): -12552820 or 9205056. OLE color: 9205056.

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

Color convert

RGB 64 117 140 -
CMYK 0.54 0.16 0 0.45
HSL 198.16º 0.37% 0.4% -
HSV(B) 198.16º 0.54% 0.55% -
XYZ 13.21 15.71 27.15 -
YUV 103.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 64 117 140 0.54 0.16 0 0.45 198.16 0.37 0.4
Hex 40 75 8C 36 10 0 2D C6 25 28
Octal 100 165 214 66 20 0 55 306 45 50
Binary 1000000 1110101 10001100 110110 10000 0 101101 11000110 100101 101000

Color Harmonies of #40758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40758C

Black with #40758C

Text Example


Text Example

White with #40758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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