Html Css Color HEX #407799 Jelly Bean

📋 copy color: '#407799'

red 64 ◦ green 119 ◦ blue 153

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

Shades of Jelly Bean #407799

Tints of Jelly Bean #407799

RGB

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

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

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

R = 19.05%
G = 35.42%
B = 45.54%

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

#407799 (or 0x407799) is known color: Jelly Bean. HEX triplet: 40, 77 and 99. RGB value is (64,119,153). Sum of RGB (Red+Green+Blue) = 64+119+153=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #407799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407799 is #BF8866. Grayscale: #6A6A6A. Windows color (decimal): -12552295 or 10057536. OLE color: 10057536.

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

Color convert

RGB 64 119 153 -
CMYK 0.58 0.22 0 0.4
HSL 202.92º 0.41% 0.43% -
HSV(B) 202.92º 0.58% 0.6% -
XYZ 14.46 16.58 32.58 -
YUV 106.43 154.28 97.74 -
System Red Green Blue C M Y K H S L
Decimal 64 119 153 0.58 0.22 0 0.4 202.92 0.41 0.43
Hex 40 77 99 3A 16 0 28 CB 29 2B
Octal 100 167 231 72 26 0 50 313 51 53
Binary 1000000 1110111 10011001 111010 10110 0 101000 11001011 101001 101011

Color Harmonies of #407799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407799

Black with #407799

Text Example


Text Example

White with #407799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407799; }

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

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

background-color css

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

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

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

border-color css

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

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

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