Html Css Color HEX #407895 Jelly Bean

📋 copy color: '#407895'

red 64 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #407895

Tints of Jelly Bean #407895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

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

R = 19.22%
G = 36.04%
B = 44.74%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407895 (or 0x407895) is known color: Jelly Bean. HEX triplet: 40, 78 and 95. RGB value is (64,120,149). Sum of RGB (Red+Green+Blue) = 64+120+149=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #407895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407895 is #BF876A. Grayscale: #6A6A6A. Windows color (decimal): -12552043 or 9795648. OLE color: 9795648.

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

Color convert

RGB 64 120 149 -
CMYK 0.57 0.19 0 0.42
HSL 200.47º 0.4% 0.42% -
HSV(B) 200.47º 0.57% 0.58% -
XYZ 14.26 16.69 30.9 -
YUV 106.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 64 120 149 0.57 0.19 0 0.42 200.47 0.4 0.42
Hex 40 78 95 39 13 0 2A C8 28 2A
Octal 100 170 225 71 23 0 52 310 50 52
Binary 1000000 1111000 10010101 111001 10011 0 101010 11001000 101000 101010

Color Harmonies of #407895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407895

Black with #407895

Text Example


Text Example

White with #407895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407895; }

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

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

background-color css

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

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

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

border-color css

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

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

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