Html Css Color HEX #407899 Jelly Bean

📋 copy color: '#407899'

red 64 ◦ green 120 ◦ blue 153

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

Shades of Jelly Bean #407899

Tints of Jelly Bean #407899

RGB

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

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

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

R = 18.99%
G = 35.61%
B = 45.4%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#407899 (or 0x407899) is known color: Jelly Bean. HEX triplet: 40, 78 and 99. RGB value is (64,120,153). Sum of RGB (Red+Green+Blue) = 64+120+153=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #407899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407899 is #BF8766. Grayscale: #6A6A6A. Windows color (decimal): -12552039 or 10057792. OLE color: 10057792.

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

Color convert

RGB 64 120 153 -
CMYK 0.58 0.22 0 0.4
HSL 202.25º 0.41% 0.43% -
HSV(B) 202.25º 0.58% 0.6% -
XYZ 14.58 16.82 32.62 -
YUV 107.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 64 120 153 0.58 0.22 0 0.4 202.25 0.41 0.43
Hex 40 78 99 3A 16 0 28 CA 29 2B
Octal 100 170 231 72 26 0 50 312 51 53
Binary 1000000 1111000 10011001 111010 10110 0 101000 11001010 101001 101011

Color Harmonies of #407899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407899

Black with #407899

Text Example


Text Example

White with #407899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407899; }

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

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

background-color css

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

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

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

border-color css

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

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

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