Html Css Color HEX #407497 Jelly Bean

📋 copy color: '#407497'

red 64 ◦ green 116 ◦ blue 151

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

Shades of Jelly Bean #407497

Tints of Jelly Bean #407497

RGB

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

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

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

R = 19.34%
G = 35.05%
B = 45.62%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407497 (or 0x407497) is known color: Jelly Bean. HEX triplet: 40, 74 and 97. RGB value is (64,116,151). Sum of RGB (Red+Green+Blue) = 64+116+151=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #407497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407497 is #BF8B68. Grayscale: #686868. Windows color (decimal): -12553065 or 9925696. OLE color: 9925696.

HSL color Cylindrical-coordinate representation of color #407497: hue angle of 204.14º 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 #407497 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 116 151 -
CMYK 0.58 0.23 0 0.41
HSL 204.14º 0.4% 0.42% -
HSV(B) 204.14º 0.58% 0.59% -
XYZ 13.95 15.82 31.6 -
YUV 104.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 64 116 151 0.58 0.23 0 0.41 204.14 0.4 0.42
Hex 40 74 97 3A 17 0 29 CC 28 2A
Octal 100 164 227 72 27 0 51 314 50 52
Binary 1000000 1110100 10010111 111010 10111 0 101001 11001100 101000 101010

Color Harmonies of #407497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407497

Black with #407497

Text Example


Text Example

White with #407497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407497; }

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

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

background-color css

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

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

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

border-color css

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

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

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