Html Css Color HEX #407999 Jelly Bean

📋 copy color: '#407999'

red 64 ◦ green 121 ◦ blue 153

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

Shades of Jelly Bean #407999

Tints of Jelly Bean #407999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

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

R = 18.93%
G = 35.8%
B = 45.27%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#407999 (or 0x407999) is known color: Jelly Bean. HEX triplet: 40, 79 and 99. RGB value is (64,121,153). Sum of RGB (Red+Green+Blue) = 64+121+153=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #407999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407999 is #BF8666. Grayscale: #6B6B6B. Windows color (decimal): -12551783 or 10058048. OLE color: 10058048.

HSL color Cylindrical-coordinate representation of color #407999: hue angle of 201.57º 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 #407999 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 121 153 -
CMYK 0.58 0.21 0 0.4
HSL 201.57º 0.41% 0.43% -
HSV(B) 201.57º 0.58% 0.6% -
XYZ 14.7 17.06 32.66 -
YUV 107.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 64 121 153 0.58 0.21 0 0.4 201.57 0.41 0.43
Hex 40 79 99 3A 15 0 28 CA 29 2B
Octal 100 171 231 72 25 0 50 312 51 53
Binary 1000000 1111001 10011001 111010 10101 0 101000 11001010 101001 101011

Color Harmonies of #407999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407999

Black with #407999

Text Example


Text Example

White with #407999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407999; }

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

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

background-color css

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

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

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

border-color css

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

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

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