Html Css Color HEX #407597 Jelly Bean

📋 copy color: '#407597'

red 64 ◦ green 117 ◦ blue 151

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

Shades of Jelly Bean #407597

Tints of Jelly Bean #407597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 19.28%
G = 35.24%
B = 45.48%

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

#407597 (or 0x407597) is known color: Jelly Bean. HEX triplet: 40, 75 and 97. RGB value is (64,117,151). Sum of RGB (Red+Green+Blue) = 64+117+151=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #407597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407597 is #BF8A68. Grayscale: #686868. Windows color (decimal): -12552809 or 9925952. OLE color: 9925952.

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

Color convert

RGB 64 117 151 -
CMYK 0.58 0.23 0 0.41
HSL 203.45º 0.4% 0.42% -
HSV(B) 203.45º 0.58% 0.59% -
XYZ 14.06 16.05 31.63 -
YUV 105.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 64 117 151 0.58 0.23 0 0.41 203.45 0.4 0.42
Hex 40 75 97 3A 17 0 29 CB 28 2A
Octal 100 165 227 72 27 0 51 313 50 52
Binary 1000000 1110101 10010111 111010 10111 0 101001 11001011 101000 101010

Color Harmonies of #407597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407597

Black with #407597

Text Example


Text Example

White with #407597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407597; }

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

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

background-color css

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

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

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

border-color css

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

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

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