Html Css Color HEX #407E90 Jelly Bean

📋 copy color: '#407E90'

red 64 ◦ green 126 ◦ blue 144

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

Shades of Jelly Bean #407E90

Tints of Jelly Bean #407E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.72%

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

R = 19.16%
G = 37.72%
B = 43.11%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#407E90 (or 0x407E90) is known color: Jelly Bean. HEX triplet: 40, 7E and 90. RGB value is (64,126,144). Sum of RGB (Red+Green+Blue) = 64+126+144=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #407E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E90 is #BF816F. Grayscale: #6D6D6D. Windows color (decimal): -12550512 or 9469504. OLE color: 9469504.

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

Color convert

RGB 64 126 144 -
CMYK 0.56 0.12 0 0.44
HSL 193.5º 0.38% 0.41% -
HSV(B) 193.5º 0.56% 0.56% -
XYZ 14.61 18.03 29.09 -
YUV 109.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 64 126 144 0.56 0.12 0 0.44 193.5 0.38 0.41
Hex 40 7E 90 38 C 0 2C C2 26 29
Octal 100 176 220 70 14 0 54 302 46 51
Binary 1000000 1111110 10010000 111000 1100 0 101100 11000010 100110 101001

Color Harmonies of #407E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E90

Black with #407E90

Text Example


Text Example

White with #407E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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