Html Css Color HEX #407F95 Jelly Bean

📋 copy color: '#407F95'

red 64 ◦ green 127 ◦ blue 149

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

Shades of Jelly Bean #407F95

Tints of Jelly Bean #407F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 18.82%
G = 37.35%
B = 43.82%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407F95 (or 0x407F95) is known color: Jelly Bean. HEX triplet: 40, 7F and 95. RGB value is (64,127,149). Sum of RGB (Red+Green+Blue) = 64+127+149=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #407F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F95 is #BF806A. Grayscale: #6E6E6E. Windows color (decimal): -12550251 or 9797440. OLE color: 9797440.

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

Color convert

RGB 64 127 149 -
CMYK 0.57 0.15 0 0.42
HSL 195.53º 0.4% 0.42% -
HSV(B) 195.53º 0.57% 0.58% -
XYZ 15.13 18.44 31.2 -
YUV 110.67 149.63 94.71 -
System Red Green Blue C M Y K H S L
Decimal 64 127 149 0.57 0.15 0 0.42 195.53 0.4 0.42
Hex 40 7F 95 39 F 0 2A C4 28 2A
Octal 100 177 225 71 17 0 52 304 50 52
Binary 1000000 1111111 10010101 111001 1111 0 101010 11000100 101000 101010

Color Harmonies of #407F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F95

Black with #407F95

Text Example


Text Example

White with #407F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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