Html Css Color HEX #407297 Jelly Bean

📋 copy color: '#407297'

red 64 ◦ green 114 ◦ blue 151

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

Shades of Jelly Bean #407297

Tints of Jelly Bean #407297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 19.45%
G = 34.65%
B = 45.9%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407297 (or 0x407297) is known color: Jelly Bean. HEX triplet: 40, 72 and 97. RGB value is (64,114,151). Sum of RGB (Red+Green+Blue) = 64+114+151=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 151 - color contains mainly: blue. Hex color #407297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407297 is #BF8D68. Grayscale: #676767. Windows color (decimal): -12553577 or 9925184. OLE color: 9925184.

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

Color convert

RGB 64 114 151 -
CMYK 0.58 0.25 0 0.41
HSL 205.52º 0.4% 0.42% -
HSV(B) 205.52º 0.58% 0.59% -
XYZ 13.72 15.36 31.52 -
YUV 103.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 64 114 151 0.58 0.25 0 0.41 205.52 0.4 0.42
Hex 40 72 97 3A 19 0 29 CE 28 2A
Octal 100 162 227 72 31 0 51 316 50 52
Binary 1000000 1110010 10010111 111010 11001 0 101001 11001110 101000 101010

Color Harmonies of #407297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407297

Black with #407297

Text Example


Text Example

White with #407297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407297; }

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

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

background-color css

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

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

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

border-color css

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

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

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