Html Css Color HEX #407491 Jelly Bean

📋 copy color: '#407491'

red 64 ◦ green 116 ◦ blue 145

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

Shades of Jelly Bean #407491

Tints of Jelly Bean #407491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 19.69%
G = 35.69%
B = 44.62%

CMYK

 C value IS 0.56

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#407491 (or 0x407491) is known color: Jelly Bean. HEX triplet: 40, 74 and 91. RGB value is (64,116,145). Sum of RGB (Red+Green+Blue) = 64+116+145=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #407491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407491 is #BF8B6E. Grayscale: #676767. Windows color (decimal): -12553071 or 9532480. OLE color: 9532480.

HSL color Cylindrical-coordinate representation of color #407491: hue angle of 201.48º 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 #407491 is Cyan = 0.56, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 116 145 -
CMYK 0.56 0.2 0 0.43
HSL 201.48º 0.39% 0.41% -
HSV(B) 201.48º 0.56% 0.57% -
XYZ 13.47 15.63 29.09 -
YUV 103.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 64 116 145 0.56 0.2 0 0.43 201.48 0.39 0.41
Hex 40 74 91 38 14 0 2B C9 27 29
Octal 100 164 221 70 24 0 53 311 47 51
Binary 1000000 1110100 10010001 111000 10100 0 101011 11001001 100111 101001

Color Harmonies of #407491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407491

Black with #407491

Text Example


Text Example

White with #407491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407491; }

 p { color: rgb(64,116,145); }

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

background-color css

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

 a { background-color: rgb(64,116,145); }

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

border-color css

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

 span { border-color: rgb(64,116,145); }

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