Html Css Color HEX #407590 Jelly Bean

📋 copy color: '#407590'

red 64 ◦ green 117 ◦ blue 144

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

Shades of Jelly Bean #407590

Tints of Jelly Bean #407590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 19.69%
G = 36%
B = 44.31%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#407590 (or 0x407590) is known color: Jelly Bean. HEX triplet: 40, 75 and 90. RGB value is (64,117,144). Sum of RGB (Red+Green+Blue) = 64+117+144=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #407590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407590 is #BF8A6F. Grayscale: #686868. Windows color (decimal): -12552816 or 9467200. OLE color: 9467200.

HSL color Cylindrical-coordinate representation of color #407590: hue angle of 200.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407590 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 117 144 -
CMYK 0.56 0.19 0 0.44
HSL 200.25º 0.38% 0.41% -
HSV(B) 200.25º 0.56% 0.56% -
XYZ 13.51 15.83 28.73 -
YUV 104.23 150.44 99.3 -
System Red Green Blue C M Y K H S L
Decimal 64 117 144 0.56 0.19 0 0.44 200.25 0.38 0.41
Hex 40 75 90 38 13 0 2C C8 26 29
Octal 100 165 220 70 23 0 54 310 46 51
Binary 1000000 1110101 10010000 111000 10011 0 101100 11001000 100110 101001

Color Harmonies of #407590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407590

Black with #407590

Text Example


Text Example

White with #407590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407590; }

 p { color: rgb(64,117,144); }

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

background-color css

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

 a { background-color: rgb(64,117,144); }

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

border-color css

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

 span { border-color: rgb(64,117,144); }

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