Html Css Color HEX #407690 Jelly Bean

📋 copy color: '#407690'

red 64 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #407690

Tints of Jelly Bean #407690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

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

R = 19.63%
G = 36.2%
B = 44.17%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#407690 (or 0x407690) is known color: Jelly Bean. HEX triplet: 40, 76 and 90. RGB value is (64,118,144). Sum of RGB (Red+Green+Blue) = 64+118+144=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #407690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407690 is #BF896F. Grayscale: #686868. Windows color (decimal): -12552560 or 9467456. OLE color: 9467456.

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

Color convert

RGB 64 118 144 -
CMYK 0.56 0.18 0 0.44
HSL 199.5º 0.38% 0.41% -
HSV(B) 199.5º 0.56% 0.56% -
XYZ 13.63 16.06 28.77 -
YUV 104.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 64 118 144 0.56 0.18 0 0.44 199.5 0.38 0.41
Hex 40 76 90 38 12 0 2C C8 26 29
Octal 100 166 220 70 22 0 54 310 46 51
Binary 1000000 1110110 10010000 111000 10010 0 101100 11001000 100110 101001

Color Harmonies of #407690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407690

Black with #407690

Text Example


Text Example

White with #407690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407690; }

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

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

background-color css

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

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

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

border-color css

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

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

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