Html Css Color HEX #407498 Jelly Bean

📋 copy color: '#407498'

red 64 ◦ green 116 ◦ blue 152

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

Shades of Jelly Bean #407498

Tints of Jelly Bean #407498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 19.28%
G = 34.94%
B = 45.78%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#407498 (or 0x407498) is known color: Jelly Bean. HEX triplet: 40, 74 and 98. RGB value is (64,116,152). Sum of RGB (Red+Green+Blue) = 64+116+152=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #407498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407498 is #BF8B67. Grayscale: #686868. Windows color (decimal): -12553064 or 9991232. OLE color: 9991232.

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

Color convert

RGB 64 116 152 -
CMYK 0.58 0.24 0 0.40
HSL 204.55º 0.41% 0.42% -
HSV(B) 204.55º 0.58% 0.6% -
XYZ 14.03 15.85 32.03 -
YUV 104.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 64 116 152 0.58 0.24 0 0.40 204.55 0.41 0.42
Hex 40 74 98 3A 18 0 28 CD 29 2A
Octal 100 164 230 72 30 0 50 315 51 52
Binary 1000000 1110100 10011000 111010 11000 0 101000 11001101 101001 101010

Color Harmonies of #407498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407498

Black with #407498

Text Example


Text Example

White with #407498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407498; }

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

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

background-color css

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

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

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

border-color css

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

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

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