Html Css Color HEX #407795 Jelly Bean

📋 copy color: '#407795'

red 64 ◦ green 119 ◦ blue 149

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

Shades of Jelly Bean #407795

Tints of Jelly Bean #407795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 19.28%
G = 35.84%
B = 44.88%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407795 (or 0x407795) is known color: Jelly Bean. HEX triplet: 40, 77 and 95. RGB value is (64,119,149). Sum of RGB (Red+Green+Blue) = 64+119+149=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #407795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407795 is #BF886A. Grayscale: #696969. Windows color (decimal): -12552299 or 9795392. OLE color: 9795392.

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

Color convert

RGB 64 119 149 -
CMYK 0.57 0.20 0 0.42
HSL 201.18º 0.4% 0.42% -
HSV(B) 201.18º 0.57% 0.58% -
XYZ 14.14 16.45 30.86 -
YUV 105.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 64 119 149 0.57 0.20 0 0.42 201.18 0.4 0.42
Hex 40 77 95 39 14 0 2A C9 28 2A
Octal 100 167 225 71 24 0 52 311 50 52
Binary 1000000 1110111 10010101 111001 10100 0 101010 11001001 101000 101010

Color Harmonies of #407795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407795

Black with #407795

Text Example


Text Example

White with #407795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407795; }

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

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

background-color css

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

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

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

border-color css

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

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

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