Html Css Color HEX #407392 Jelly Bean

📋 copy color: '#407392'

red 64 ◦ green 115 ◦ blue 146

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

Shades of Jelly Bean #407392

Tints of Jelly Bean #407392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 19.69%
G = 35.38%
B = 44.92%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#407392 (or 0x407392) is known color: Jelly Bean. HEX triplet: 40, 73 and 92. RGB value is (64,115,146). Sum of RGB (Red+Green+Blue) = 64+115+146=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #407392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407392 is #BF8C6D. Grayscale: #676767. Windows color (decimal): -12553326 or 9597760. OLE color: 9597760.

HSL color Cylindrical-coordinate representation of color #407392: hue angle of 202.68º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407392 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 115 146 -
CMYK 0.56 0.21 0 0.43
HSL 202.68º 0.39% 0.41% -
HSV(B) 202.68º 0.56% 0.57% -
XYZ 13.43 15.43 29.46 -
YUV 103.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 64 115 146 0.56 0.21 0 0.43 202.68 0.39 0.41
Hex 40 73 92 38 15 0 2B CB 27 29
Octal 100 163 222 70 25 0 53 313 47 51
Binary 1000000 1110011 10010010 111000 10101 0 101011 11001011 100111 101001

Color Harmonies of #407392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407392

Black with #407392

Text Example


Text Example

White with #407392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407392; }

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

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

background-color css

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

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

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

border-color css

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

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

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