Html Css Color HEX #407295 Jelly Bean

📋 copy color: '#407295'

red 64 ◦ green 114 ◦ blue 149

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

Shades of Jelly Bean #407295

Tints of Jelly Bean #407295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 19.57%
G = 34.86%
B = 45.57%

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

#407295 (or 0x407295) is known color: Jelly Bean. HEX triplet: 40, 72 and 95. RGB value is (64,114,149). Sum of RGB (Red+Green+Blue) = 64+114+149=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #407295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407295 is #BF8D6A. Grayscale: #666666. Windows color (decimal): -12553579 or 9794112. OLE color: 9794112.

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

Color convert

RGB 64 114 149 -
CMYK 0.57 0.23 0 0.42
HSL 204.71º 0.4% 0.42% -
HSV(B) 204.71º 0.57% 0.58% -
XYZ 13.56 15.29 30.67 -
YUV 103.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 64 114 149 0.57 0.23 0 0.42 204.71 0.4 0.42
Hex 40 72 95 39 17 0 2A CD 28 2A
Octal 100 162 225 71 27 0 52 315 50 52
Binary 1000000 1110010 10010101 111001 10111 0 101010 11001101 101000 101010

Color Harmonies of #407295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407295

Black with #407295

Text Example


Text Example

White with #407295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407295; }

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

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

background-color css

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

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

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

border-color css

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

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

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