Html Css Color HEX #407B89 Jelly Bean

📋 copy color: '#407B89'

red 64 ◦ green 123 ◦ blue 137

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

Shades of Jelly Bean #407B89

Tints of Jelly Bean #407B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 19.75%
G = 37.96%
B = 42.28%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#407B89 (or 0x407B89) is known color: Jelly Bean. HEX triplet: 40, 7B and 89. RGB value is (64,123,137). Sum of RGB (Red+Green+Blue) = 64+123+137=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #407B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B89 is #BF8476. Grayscale: #6A6A6A. Windows color (decimal): -12551287 or 9009984. OLE color: 9009984.

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

Color convert

RGB 64 123 137 -
CMYK 0.53 0.10 0 0.46
HSL 191.51º 0.36% 0.39% -
HSV(B) 191.51º 0.53% 0.54% -
XYZ 13.71 17.06 26.24 -
YUV 106.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 64 123 137 0.53 0.10 0 0.46 191.51 0.36 0.39
Hex 40 7B 89 35 A 0 2E C0 24 27
Octal 100 173 211 65 12 0 56 300 44 47
Binary 1000000 1111011 10001001 110101 1010 0 101110 11000000 100100 100111

Color Harmonies of #407B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B89

Black with #407B89

Text Example


Text Example

White with #407B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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