Html Css Color HEX #407794 Jelly Bean

📋 copy color: '#407794'

red 64 ◦ green 119 ◦ blue 148

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

Shades of Jelly Bean #407794

Tints of Jelly Bean #407794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.95%

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

R = 19.34%
G = 35.95%
B = 44.71%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407794 (or 0x407794) is known color: Jelly Bean. HEX triplet: 40, 77 and 94. RGB value is (64,119,148). Sum of RGB (Red+Green+Blue) = 64+119+148=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #407794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407794 is #BF886B. Grayscale: #696969. Windows color (decimal): -12552300 or 9729856. OLE color: 9729856.

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

Color convert

RGB 64 119 148 -
CMYK 0.57 0.20 0 0.42
HSL 200.71º 0.4% 0.42% -
HSV(B) 200.71º 0.57% 0.58% -
XYZ 14.06 16.42 30.45 -
YUV 105.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 64 119 148 0.57 0.20 0 0.42 200.71 0.4 0.42
Hex 40 77 94 39 14 0 2A C9 28 2A
Octal 100 167 224 71 24 0 52 311 50 52
Binary 1000000 1110111 10010100 111001 10100 0 101010 11001001 101000 101010

Color Harmonies of #407794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407794

Black with #407794

Text Example


Text Example

White with #407794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407794; }

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

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

background-color css

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

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

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

border-color css

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

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

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