Html Css Color HEX #407E97 Jelly Bean

📋 copy color: '#407E97'

red 64 ◦ green 126 ◦ blue 151

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

Shades of Jelly Bean #407E97

Tints of Jelly Bean #407E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 18.77%
G = 36.95%
B = 44.28%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407E97 (or 0x407E97) is known color: Jelly Bean. HEX triplet: 40, 7E and 97. RGB value is (64,126,151). Sum of RGB (Red+Green+Blue) = 64+126+151=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #407E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E97 is #BF8168. Grayscale: #6E6E6E. Windows color (decimal): -12550505 or 9928256. OLE color: 9928256.

HSL color Cylindrical-coordinate representation of color #407E97: hue angle of 197.24º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407E97 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 126 151 -
CMYK 0.58 0.17 0 0.41
HSL 197.24º 0.4% 0.42% -
HSV(B) 197.24º 0.58% 0.59% -
XYZ 15.16 18.25 32 -
YUV 110.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 64 126 151 0.58 0.17 0 0.41 197.24 0.4 0.42
Hex 40 7E 97 3A 11 0 29 C5 28 2A
Octal 100 176 227 72 21 0 51 305 50 52
Binary 1000000 1111110 10010111 111010 10001 0 101001 11000101 101000 101010

Color Harmonies of #407E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E97

Black with #407E97

Text Example


Text Example

White with #407E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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