Html Css Color HEX #407E92 Jelly Bean

📋 copy color: '#407E92'

red 64 ◦ green 126 ◦ blue 146

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

Shades of Jelly Bean #407E92

Tints of Jelly Bean #407E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 19.05%
G = 37.5%
B = 43.45%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#407E92 (or 0x407E92) is known color: Jelly Bean. HEX triplet: 40, 7E and 92. RGB value is (64,126,146). Sum of RGB (Red+Green+Blue) = 64+126+146=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #407E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E92 is #BF816D. Grayscale: #6D6D6D. Windows color (decimal): -12550510 or 9600576. OLE color: 9600576.

HSL color Cylindrical-coordinate representation of color #407E92: hue angle of 194.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407E92 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 126 146 -
CMYK 0.56 0.14 0 0.43
HSL 194.63º 0.39% 0.41% -
HSV(B) 194.63º 0.56% 0.57% -
XYZ 14.76 18.09 29.91 -
YUV 109.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 64 126 146 0.56 0.14 0 0.43 194.63 0.39 0.41
Hex 40 7E 92 38 E 0 2B C3 27 29
Octal 100 176 222 70 16 0 53 303 47 51
Binary 1000000 1111110 10010010 111000 1110 0 101011 11000011 100111 101001

Color Harmonies of #407E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407E92

Black with #407E92

Text Example


Text Example

White with #407E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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