Html Css Color HEX #407B8E Jelly Bean

📋 copy color: '#407B8E'

red 64 ◦ green 123 ◦ blue 142

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

Shades of Jelly Bean #407B8E

Tints of Jelly Bean #407B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 19.45%
G = 37.39%
B = 43.16%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#407B8E (or 0x407B8E) is known color: Jelly Bean. HEX triplet: 40, 7B and 8E. RGB value is (64,123,142). Sum of RGB (Red+Green+Blue) = 64+123+142=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #407B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B8E is #BF8471. Grayscale: #6B6B6B. Windows color (decimal): -12551282 or 9337664. OLE color: 9337664.

HSL color Cylindrical-coordinate representation of color #407B8E: hue angle of 194.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #407B8E is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 123 142 -
CMYK 0.55 0.13 0 0.44
HSL 194.62º 0.38% 0.4% -
HSV(B) 194.62º 0.55% 0.56% -
XYZ 14.08 17.21 28.17 -
YUV 107.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 64 123 142 0.55 0.13 0 0.44 194.62 0.38 0.4
Hex 40 7B 8E 37 D 0 2C C3 26 28
Octal 100 173 216 67 15 0 54 303 46 50
Binary 1000000 1111011 10001110 110111 1101 0 101100 11000011 100110 101000

Color Harmonies of #407B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B8E

Black with #407B8E

Text Example


Text Example

White with #407B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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