Html Css Color HEX #407998 Jelly Bean

📋 copy color: '#407998'

red 64 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #407998

Tints of Jelly Bean #407998

RGB

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

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

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

R = 18.99%
G = 35.91%
B = 45.1%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#407998 (or 0x407998) is known color: Jelly Bean. HEX triplet: 40, 79 and 98. RGB value is (64,121,152). Sum of RGB (Red+Green+Blue) = 64+121+152=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #407998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407998 is #BF8667. Grayscale: #6B6B6B. Windows color (decimal): -12551784 or 9992512. OLE color: 9992512.

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

Color convert

RGB 64 121 152 -
CMYK 0.58 0.20 0 0.40
HSL 201.14º 0.41% 0.42% -
HSV(B) 201.14º 0.58% 0.6% -
XYZ 14.62 17.03 32.22 -
YUV 107.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 64 121 152 0.58 0.20 0 0.40 201.14 0.41 0.42
Hex 40 79 98 3A 14 0 28 C9 29 2A
Octal 100 171 230 72 24 0 50 311 51 52
Binary 1000000 1111001 10011000 111010 10100 0 101000 11001001 101001 101010

Color Harmonies of #407998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407998

Black with #407998

Text Example


Text Example

White with #407998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407998; }

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

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

background-color css

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

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

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

border-color css

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

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

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