Html Css Color HEX #407898 Jelly Bean

📋 copy color: '#407898'

red 64 ◦ green 120 ◦ blue 152

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

Shades of Jelly Bean #407898

Tints of Jelly Bean #407898

RGB

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

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

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

R = 19.05%
G = 35.71%
B = 45.24%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#407898 (or 0x407898) is known color: Jelly Bean. HEX triplet: 40, 78 and 98. RGB value is (64,120,152). Sum of RGB (Red+Green+Blue) = 64+120+152=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #407898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407898 is #BF8767. Grayscale: #6A6A6A. Windows color (decimal): -12552040 or 9992256. OLE color: 9992256.

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

Color convert

RGB 64 120 152 -
CMYK 0.58 0.21 0 0.40
HSL 201.82º 0.41% 0.42% -
HSV(B) 201.82º 0.58% 0.6% -
XYZ 14.5 16.79 32.18 -
YUV 106.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 64 120 152 0.58 0.21 0 0.40 201.82 0.41 0.42
Hex 40 78 98 3A 15 0 28 CA 29 2A
Octal 100 170 230 72 25 0 50 312 51 52
Binary 1000000 1111000 10011000 111010 10101 0 101000 11001010 101001 101010

Color Harmonies of #407898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407898

Black with #407898

Text Example


Text Example

White with #407898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407898; }

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

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

background-color css

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

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

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

border-color css

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

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

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