Html Css Color HEX #407C92 Jelly Bean

📋 copy color: '#407C92'

red 64 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #407C92

Tints of Jelly Bean #407C92

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

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

R = 19.16%
G = 37.13%
B = 43.71%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#407C92 (or 0x407C92) is known color: Jelly Bean. HEX triplet: 40, 7C and 92. RGB value is (64,124,146). Sum of RGB (Red+Green+Blue) = 64+124+146=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #407C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C92 is #BF836D. Grayscale: #6C6C6C. Windows color (decimal): -12551022 or 9600064. OLE color: 9600064.

HSL color Cylindrical-coordinate representation of color #407C92: hue angle of 196.1º 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 #407C92 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 124 146 -
CMYK 0.56 0.15 0 0.43
HSL 196.1º 0.39% 0.41% -
HSV(B) 196.1º 0.56% 0.57% -
XYZ 14.51 17.58 29.82 -
YUV 108.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 64 124 146 0.56 0.15 0 0.43 196.1 0.39 0.41
Hex 40 7C 92 38 F 0 2B C4 27 29
Octal 100 174 222 70 17 0 53 304 47 51
Binary 1000000 1111100 10010010 111000 1111 0 101011 11000100 100111 101001

Color Harmonies of #407C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C92

Black with #407C92

Text Example


Text Example

White with #407C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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