Html Css Color HEX #407B88 Jelly Bean

📋 copy color: '#407B88'

red 64 ◦ green 123 ◦ blue 136

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

Shades of Jelly Bean #407B88

Tints of Jelly Bean #407B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.08%

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

R = 19.81%
G = 38.08%
B = 42.11%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#407B88 (or 0x407B88) is known color: Jelly Bean. HEX triplet: 40, 7B and 88. RGB value is (64,123,136). Sum of RGB (Red+Green+Blue) = 64+123+136=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #407B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B88 is #BF8477. Grayscale: #6A6A6A. Windows color (decimal): -12551288 or 8944448. OLE color: 8944448.

HSL color Cylindrical-coordinate representation of color #407B88: hue angle of 190.83º 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 #407B88 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 123 136 -
CMYK 0.53 0.10 0 0.47
HSL 190.83º 0.36% 0.39% -
HSV(B) 190.83º 0.53% 0.53% -
XYZ 13.64 17.03 25.86 -
YUV 106.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 64 123 136 0.53 0.10 0 0.47 190.83 0.36 0.39
Hex 40 7B 88 35 A 0 2F BF 24 27
Octal 100 173 210 65 12 0 57 277 44 47
Binary 1000000 1111011 10001000 110101 1010 0 101111 10111111 100100 100111

Color Harmonies of #407B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B88

Black with #407B88

Text Example


Text Example

White with #407B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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