Html Css Color HEX #407F97 Jelly Bean

📋 copy color: '#407F97'

red 64 ◦ green 127 ◦ blue 151

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

Shades of Jelly Bean #407F97

Tints of Jelly Bean #407F97

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

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

R = 18.71%
G = 37.13%
B = 44.15%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407F97 (or 0x407F97) is known color: Jelly Bean. HEX triplet: 40, 7F and 97. RGB value is (64,127,151). Sum of RGB (Red+Green+Blue) = 64+127+151=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #407F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F97 is #BF8068. Grayscale: #6E6E6E. Windows color (decimal): -12550249 or 9928512. OLE color: 9928512.

HSL color Cylindrical-coordinate representation of color #407F97: hue angle of 196.55º 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 #407F97 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 127 151 -
CMYK 0.58 0.16 0 0.41
HSL 196.55º 0.4% 0.42% -
HSV(B) 196.55º 0.58% 0.59% -
XYZ 15.29 18.5 32.04 -
YUV 110.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 64 127 151 0.58 0.16 0 0.41 196.55 0.4 0.42
Hex 40 7F 97 3A 10 0 29 C5 28 2A
Octal 100 177 227 72 20 0 51 305 50 52
Binary 1000000 1111111 10010111 111010 10000 0 101001 11000101 101000 101010

Color Harmonies of #407F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F97

Black with #407F97

Text Example


Text Example

White with #407F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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