Html Css Color HEX #407F94 Jelly Bean

📋 copy color: '#407F94'

red 64 ◦ green 127 ◦ blue 148

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

Shades of Jelly Bean #407F94

Tints of Jelly Bean #407F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 18.88%
G = 37.46%
B = 43.66%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407F94 (or 0x407F94) is known color: Jelly Bean. HEX triplet: 40, 7F and 94. RGB value is (64,127,148). Sum of RGB (Red+Green+Blue) = 64+127+148=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #407F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407F94 is #BF806B. Grayscale: #6E6E6E. Windows color (decimal): -12550252 or 9731904. OLE color: 9731904.

HSL color Cylindrical-coordinate representation of color #407F94: hue angle of 195º 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 #407F94 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 127 148 -
CMYK 0.57 0.14 0 0.42
HSL 195º 0.4% 0.42% -
HSV(B) 195º 0.57% 0.58% -
XYZ 15.05 18.41 30.78 -
YUV 110.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 64 127 148 0.57 0.14 0 0.42 195 0.4 0.42
Hex 40 7F 94 39 E 0 2A C3 28 2A
Octal 100 177 224 71 16 0 52 303 50 52
Binary 1000000 1111111 10010100 111001 1110 0 101010 11000011 101000 101010

Color Harmonies of #407F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F94

Black with #407F94

Text Example


Text Example

White with #407F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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