Html Css Color HEX #407293 Jelly Bean

📋 copy color: '#407293'

red 64 ◦ green 114 ◦ blue 147

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

Shades of Jelly Bean #407293

Tints of Jelly Bean #407293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 19.69%
G = 35.08%
B = 45.23%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#407293 (or 0x407293) is known color: Jelly Bean. HEX triplet: 40, 72 and 93. RGB value is (64,114,147). Sum of RGB (Red+Green+Blue) = 64+114+147=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #407293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407293 is #BF8D6C. Grayscale: #666666. Windows color (decimal): -12553581 or 9663040. OLE color: 9663040.

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

Color convert

RGB 64 114 147 -
CMYK 0.56 0.22 0 0.42
HSL 203.86º 0.39% 0.41% -
HSV(B) 203.86º 0.56% 0.58% -
XYZ 13.4 15.23 29.84 -
YUV 102.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 64 114 147 0.56 0.22 0 0.42 203.86 0.39 0.41
Hex 40 72 93 38 16 0 2A CC 27 29
Octal 100 162 223 70 26 0 52 314 47 51
Binary 1000000 1110010 10010011 111000 10110 0 101010 11001100 100111 101001

Color Harmonies of #407293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407293

Black with #407293

Text Example


Text Example

White with #407293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407293; }

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

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

background-color css

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

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

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

border-color css

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

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

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