Html Css Color HEX #407995 Jelly Bean

📋 copy color: '#407995'

red 64 ◦ green 121 ◦ blue 149

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

Shades of Jelly Bean #407995

Tints of Jelly Bean #407995

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 19.16%
G = 36.23%
B = 44.61%

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

#407995 (or 0x407995) is known color: Jelly Bean. HEX triplet: 40, 79 and 95. RGB value is (64,121,149). Sum of RGB (Red+Green+Blue) = 64+121+149=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #407995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407995 is #BF866A. Grayscale: #6A6A6A. Windows color (decimal): -12551787 or 9795904. OLE color: 9795904.

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

Color convert

RGB 64 121 149 -
CMYK 0.57 0.19 0 0.42
HSL 199.76º 0.4% 0.42% -
HSV(B) 199.76º 0.57% 0.58% -
XYZ 14.38 16.93 30.94 -
YUV 107.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 64 121 149 0.57 0.19 0 0.42 199.76 0.4 0.42
Hex 40 79 95 39 13 0 2A C8 28 2A
Octal 100 171 225 71 23 0 52 310 50 52
Binary 1000000 1111001 10010101 111001 10011 0 101010 11001000 101000 101010

Color Harmonies of #407995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407995

Black with #407995

Text Example


Text Example

White with #407995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407995; }

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

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

background-color css

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

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

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

border-color css

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

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

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