Html Css Color HEX #407493 Jelly Bean

📋 copy color: '#407493'

red 64 ◦ green 116 ◦ blue 147

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

Shades of Jelly Bean #407493

Tints of Jelly Bean #407493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 19.57%
G = 35.47%
B = 44.95%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407493 (or 0x407493) is known color: Jelly Bean. HEX triplet: 40, 74 and 93. RGB value is (64,116,147). Sum of RGB (Red+Green+Blue) = 64+116+147=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #407493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407493 is #BF8B6C. Grayscale: #676767. Windows color (decimal): -12553069 or 9663552. OLE color: 9663552.

HSL color Cylindrical-coordinate representation of color #407493: hue angle of 202.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407493 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 116 147 -
CMYK 0.56 0.21 0 0.42
HSL 202.41º 0.39% 0.41% -
HSV(B) 202.41º 0.56% 0.58% -
XYZ 13.63 15.69 29.91 -
YUV 103.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 64 116 147 0.56 0.21 0 0.42 202.41 0.39 0.41
Hex 40 74 93 38 15 0 2A CA 27 29
Octal 100 164 223 70 25 0 52 312 47 51
Binary 1000000 1110100 10010011 111000 10101 0 101010 11001010 100111 101001

Color Harmonies of #407493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407493

Black with #407493

Text Example


Text Example

White with #407493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407493; }

 p { color: rgb(64,116,147); }

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

background-color css

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

 a { background-color: rgb(64,116,147); }

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

border-color css

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

 span { border-color: rgb(64,116,147); }

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