Html Css Color HEX #407396 Jelly Bean

📋 copy color: '#407396'

red 64 ◦ green 115 ◦ blue 150

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

Shades of Jelly Bean #407396

Tints of Jelly Bean #407396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 19.45%
G = 34.95%
B = 45.59%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407396 (or 0x407396) is known color: Jelly Bean. HEX triplet: 40, 73 and 96. RGB value is (64,115,150). Sum of RGB (Red+Green+Blue) = 64+115+150=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #407396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407396 is #BF8C69. Grayscale: #676767. Windows color (decimal): -12553322 or 9859904. OLE color: 9859904.

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

Color convert

RGB 64 115 150 -
CMYK 0.57 0.23 0 0.41
HSL 204.42º 0.4% 0.42% -
HSV(B) 204.42º 0.57% 0.59% -
XYZ 13.75 15.55 31.13 -
YUV 103.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 64 115 150 0.57 0.23 0 0.41 204.42 0.4 0.42
Hex 40 73 96 39 17 0 29 CC 28 2A
Octal 100 163 226 71 27 0 51 314 50 52
Binary 1000000 1110011 10010110 111001 10111 0 101001 11001100 101000 101010

Color Harmonies of #407396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407396

Black with #407396

Text Example


Text Example

White with #407396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407396; }

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

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

background-color css

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

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

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

border-color css

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

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

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