Html Css Color HEX #407692 Jelly Bean

📋 copy color: '#407692'

red 64 ◦ green 118 ◦ blue 146

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

Shades of Jelly Bean #407692

Tints of Jelly Bean #407692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 19.51%
G = 35.98%
B = 44.51%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#407692 (or 0x407692) is known color: Jelly Bean. HEX triplet: 40, 76 and 92. RGB value is (64,118,146). Sum of RGB (Red+Green+Blue) = 64+118+146=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #407692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407692 is #BF896D. Grayscale: #686868. Windows color (decimal): -12552558 or 9598528. OLE color: 9598528.

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

Color convert

RGB 64 118 146 -
CMYK 0.56 0.19 0 0.43
HSL 200.49º 0.39% 0.41% -
HSV(B) 200.49º 0.56% 0.57% -
XYZ 13.78 16.12 29.58 -
YUV 105.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 64 118 146 0.56 0.19 0 0.43 200.49 0.39 0.41
Hex 40 76 92 38 13 0 2B C8 27 29
Octal 100 166 222 70 23 0 53 310 47 51
Binary 1000000 1110110 10010010 111000 10011 0 101011 11001000 100111 101001

Color Harmonies of #407692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407692

Black with #407692

Text Example


Text Example

White with #407692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407692; }

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

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

background-color css

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

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

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

border-color css

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

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

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