Html Css Color HEX #407595 Jelly Bean

📋 copy color: '#407595'

red 64 ◦ green 117 ◦ blue 149

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

Shades of Jelly Bean #407595

Tints of Jelly Bean #407595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 19.39%
G = 35.45%
B = 45.15%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407595 (or 0x407595) is known color: Jelly Bean. HEX triplet: 40, 75 and 95. RGB value is (64,117,149). Sum of RGB (Red+Green+Blue) = 64+117+149=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #407595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407595 is #BF8A6A. Grayscale: #686868. Windows color (decimal): -12552811 or 9794880. OLE color: 9794880.

HSL color Cylindrical-coordinate representation of color #407595: hue angle of 202.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407595 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 117 149 -
CMYK 0.57 0.21 0 0.42
HSL 202.59º 0.4% 0.42% -
HSV(B) 202.59º 0.57% 0.58% -
XYZ 13.9 15.98 30.79 -
YUV 104.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 64 117 149 0.57 0.21 0 0.42 202.59 0.4 0.42
Hex 40 75 95 39 15 0 2A CB 28 2A
Octal 100 165 225 71 25 0 52 313 50 52
Binary 1000000 1110101 10010101 111001 10101 0 101010 11001011 101000 101010

Color Harmonies of #407595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407595

Black with #407595

Text Example


Text Example

White with #407595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407595; }

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

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

background-color css

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

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

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

border-color css

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

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

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