Html Css Color HEX #407888 Jelly Bean

📋 copy color: '#407888'

red 64 ◦ green 120 ◦ blue 136

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

Shades of Jelly Bean #407888

Tints of Jelly Bean #407888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 20%
G = 37.5%
B = 42.5%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407888 (or 0x407888) is known color: Jelly Bean. HEX triplet: 40, 78 and 88. RGB value is (64,120,136). Sum of RGB (Red+Green+Blue) = 64+120+136=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #407888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407888 is #BF8777. Grayscale: #686868. Windows color (decimal): -12552056 or 8943680. OLE color: 8943680.

HSL color Cylindrical-coordinate representation of color #407888: hue angle of 193.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407888 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 120 136 -
CMYK 0.53 0.12 0 0.47
HSL 193.33º 0.36% 0.39% -
HSV(B) 193.33º 0.53% 0.53% -
XYZ 13.27 16.3 25.74 -
YUV 105.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 64 120 136 0.53 0.12 0 0.47 193.33 0.36 0.39
Hex 40 78 88 35 C 0 2F C1 24 27
Octal 100 170 210 65 14 0 57 301 44 47
Binary 1000000 1111000 10001000 110101 1100 0 101111 11000001 100100 100111

Color Harmonies of #407888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407888

Black with #407888

Text Example


Text Example

White with #407888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407888; }

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

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

background-color css

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

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

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

border-color css

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

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

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