Html Css Color HEX #407E8B Jelly Bean

📋 copy color: '#407E8B'

red 64 ◦ green 126 ◦ blue 139

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

Shades of Jelly Bean #407E8B

Tints of Jelly Bean #407E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 19.45%
G = 38.3%
B = 42.25%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#407E8B (or 0x407E8B) is known color: Jelly Bean. HEX triplet: 40, 7E and 8B. RGB value is (64,126,139). Sum of RGB (Red+Green+Blue) = 64+126+139=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #407E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E8B is #BF8174. Grayscale: #6C6C6C. Windows color (decimal): -12550517 or 9141824. OLE color: 9141824.

HSL color Cylindrical-coordinate representation of color #407E8B: hue angle of 190.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #407E8B is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 126 139 -
CMYK 0.54 0.09 0 0.45
HSL 190.4º 0.37% 0.4% -
HSV(B) 190.4º 0.54% 0.55% -
XYZ 14.24 17.88 27.13 -
YUV 108.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 64 126 139 0.54 0.09 0 0.45 190.4 0.37 0.4
Hex 40 7E 8B 36 9 0 2D BE 25 28
Octal 100 176 213 66 11 0 55 276 45 50
Binary 1000000 1111110 10001011 110110 1001 0 101101 10111110 100101 101000

Color Harmonies of #407E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E8B

Black with #407E8B

Text Example


Text Example

White with #407E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,139); }

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

background-color css

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

 a { background-color: rgb(64,126,139); }

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

border-color css

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

 span { border-color: rgb(64,126,139); }

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