Html Css Color HEX #407699 Jelly Bean

📋 copy color: '#407699'

red 64 ◦ green 118 ◦ blue 153

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

Shades of Jelly Bean #407699

Tints of Jelly Bean #407699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

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

R = 19.1%
G = 35.22%
B = 45.67%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#407699 (or 0x407699) is known color: Jelly Bean. HEX triplet: 40, 76 and 99. RGB value is (64,118,153). Sum of RGB (Red+Green+Blue) = 64+118+153=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #407699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407699 is #BF8966. Grayscale: #696969. Windows color (decimal): -12552551 or 10057280. OLE color: 10057280.

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

Color convert

RGB 64 118 153 -
CMYK 0.58 0.23 0 0.4
HSL 203.6º 0.41% 0.43% -
HSV(B) 203.6º 0.58% 0.6% -
XYZ 14.34 16.35 32.54 -
YUV 105.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 64 118 153 0.58 0.23 0 0.4 203.6 0.41 0.43
Hex 40 76 99 3A 17 0 28 CC 29 2B
Octal 100 166 231 72 27 0 50 314 51 53
Binary 1000000 1110110 10011001 111010 10111 0 101000 11001100 101001 101011

Color Harmonies of #407699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407699

Black with #407699

Text Example


Text Example

White with #407699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407699; }

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

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

background-color css

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

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

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

border-color css

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

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

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