Html Css Color HEX #408098 Jelly Bean

📋 copy color: '#408098'

red 64 ◦ green 128 ◦ blue 152

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

Shades of Jelly Bean #408098

Tints of Jelly Bean #408098

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

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

R = 18.6%
G = 37.21%
B = 44.19%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408098 (or 0x408098) is known color: Jelly Bean. HEX triplet: 40, 80 and 98. RGB value is (64,128,152). Sum of RGB (Red+Green+Blue) = 64+128+152=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #408098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408098 is #BF7F67. Grayscale: #6F6F6F. Windows color (decimal): -12549992 or 9994304. OLE color: 9994304.

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

Color convert

RGB 64 128 152 -
CMYK 0.58 0.16 0 0.40
HSL 196.36º 0.41% 0.42% -
HSV(B) 196.36º 0.58% 0.6% -
XYZ 15.5 18.8 32.52 -
YUV 111.6 150.8 94.05 -
System Red Green Blue C M Y K H S L
Decimal 64 128 152 0.58 0.16 0 0.40 196.36 0.41 0.42
Hex 40 80 98 3A 10 0 28 C4 29 2A
Octal 100 200 230 72 20 0 50 304 51 52
Binary 1000000 10000000 10011000 111010 10000 0 101000 11000100 101001 101010

Color Harmonies of #408098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408098

Black with #408098

Text Example


Text Example

White with #408098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408098; }

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

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

background-color css

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

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

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

border-color css

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

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

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