Html Css Color HEX #407894 Jelly Bean

📋 copy color: '#407894'

red 64 ◦ green 120 ◦ blue 148

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

Shades of Jelly Bean #407894

Tints of Jelly Bean #407894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

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

R = 19.28%
G = 36.14%
B = 44.58%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407894 (or 0x407894) is known color: Jelly Bean. HEX triplet: 40, 78 and 94. RGB value is (64,120,148). Sum of RGB (Red+Green+Blue) = 64+120+148=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #407894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407894 is #BF876B. Grayscale: #6A6A6A. Windows color (decimal): -12552044 or 9730112. OLE color: 9730112.

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

Color convert

RGB 64 120 148 -
CMYK 0.57 0.19 0 0.42
HSL 200º 0.4% 0.42% -
HSV(B) 200º 0.57% 0.58% -
XYZ 14.18 16.66 30.49 -
YUV 106.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 64 120 148 0.57 0.19 0 0.42 200 0.4 0.42
Hex 40 78 94 39 13 0 2A C8 28 2A
Octal 100 170 224 71 23 0 52 310 50 52
Binary 1000000 1111000 10010100 111001 10011 0 101010 11001000 101000 101010

Color Harmonies of #407894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407894

Black with #407894

Text Example


Text Example

White with #407894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407894; }

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

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

background-color css

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

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

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

border-color css

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

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

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