Html Css Color HEX #407494 Jelly Bean

📋 copy color: '#407494'

red 64 ◦ green 116 ◦ blue 148

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

Shades of Jelly Bean #407494

Tints of Jelly Bean #407494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 19.51%
G = 35.37%
B = 45.12%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407494 (or 0x407494) is known color: Jelly Bean. HEX triplet: 40, 74 and 94. RGB value is (64,116,148). Sum of RGB (Red+Green+Blue) = 64+116+148=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #407494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407494 is #BF8B6B. Grayscale: #676767. Windows color (decimal): -12553068 or 9729088. OLE color: 9729088.

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

Color convert

RGB 64 116 148 -
CMYK 0.57 0.22 0 0.42
HSL 202.86º 0.4% 0.42% -
HSV(B) 202.86º 0.57% 0.58% -
XYZ 13.71 15.72 30.33 -
YUV 104.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 64 116 148 0.57 0.22 0 0.42 202.86 0.4 0.42
Hex 40 74 94 39 16 0 2A CB 28 2A
Octal 100 164 224 71 26 0 52 313 50 52
Binary 1000000 1110100 10010100 111001 10110 0 101010 11001011 101000 101010

Color Harmonies of #407494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407494

Black with #407494

Text Example


Text Example

White with #407494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407494; }

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

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

background-color css

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

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

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

border-color css

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

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

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