Html Css Color HEX #407395 Jelly Bean

📋 copy color: '#407395'

red 64 ◦ green 115 ◦ blue 149

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

Shades of Jelly Bean #407395

Tints of Jelly Bean #407395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

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

R = 19.51%
G = 35.06%
B = 45.43%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407395 (or 0x407395) is known color: Jelly Bean. HEX triplet: 40, 73 and 95. RGB value is (64,115,149). Sum of RGB (Red+Green+Blue) = 64+115+149=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #407395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407395 is #BF8C6A. Grayscale: #676767. Windows color (decimal): -12553323 or 9794368. OLE color: 9794368.

HSL color Cylindrical-coordinate representation of color #407395: hue angle of 204º 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 #407395 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 115 149 -
CMYK 0.57 0.23 0 0.42
HSL 204º 0.4% 0.42% -
HSV(B) 204º 0.57% 0.58% -
XYZ 13.67 15.52 30.71 -
YUV 103.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 64 115 149 0.57 0.23 0 0.42 204 0.4 0.42
Hex 40 73 95 39 17 0 2A CC 28 2A
Octal 100 163 225 71 27 0 52 314 50 52
Binary 1000000 1110011 10010101 111001 10111 0 101010 11001100 101000 101010

Color Harmonies of #407395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407395

Black with #407395

Text Example


Text Example

White with #407395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407395; }

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

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

background-color css

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

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

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

border-color css

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

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

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