Html Css Color HEX #407499 Jelly Bean

📋 copy color: '#407499'

red 64 ◦ green 116 ◦ blue 153

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

Shades of Jelly Bean #407499

Tints of Jelly Bean #407499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 19.22%
G = 34.83%
B = 45.95%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#407499 (or 0x407499) is known color: Jelly Bean. HEX triplet: 40, 74 and 99. RGB value is (64,116,153). Sum of RGB (Red+Green+Blue) = 64+116+153=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #407499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407499 is #BF8B66. Grayscale: #686868. Windows color (decimal): -12553063 or 10056768. OLE color: 10056768.

HSL color Cylindrical-coordinate representation of color #407499: hue angle of 204.94º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407499 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 116 153 -
CMYK 0.58 0.24 0 0.4
HSL 204.94º 0.41% 0.43% -
HSV(B) 204.94º 0.58% 0.6% -
XYZ 14.11 15.88 32.46 -
YUV 104.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 64 116 153 0.58 0.24 0 0.4 204.94 0.41 0.43
Hex 40 74 99 3A 18 0 28 CD 29 2B
Octal 100 164 231 72 30 0 50 315 51 53
Binary 1000000 1110100 10011001 111010 11000 0 101000 11001101 101001 101011

Color Harmonies of #407499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407499

Black with #407499

Text Example


Text Example

White with #407499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407499; }

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

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

background-color css

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

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

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

border-color css

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

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

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