Html Css Color HEX #407797 Jelly Bean

📋 copy color: '#407797'

red 64 ◦ green 119 ◦ blue 151

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

Shades of Jelly Bean #407797

Tints of Jelly Bean #407797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 19.16%
G = 35.63%
B = 45.21%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407797 (or 0x407797) is known color: Jelly Bean. HEX triplet: 40, 77 and 97. RGB value is (64,119,151). Sum of RGB (Red+Green+Blue) = 64+119+151=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #407797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407797 is #BF8868. Grayscale: #6A6A6A. Windows color (decimal): -12552297 or 9926464. OLE color: 9926464.

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

Color convert

RGB 64 119 151 -
CMYK 0.58 0.21 0 0.41
HSL 202.07º 0.4% 0.42% -
HSV(B) 202.07º 0.58% 0.59% -
XYZ 14.3 16.52 31.71 -
YUV 106.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 64 119 151 0.58 0.21 0 0.41 202.07 0.4 0.42
Hex 40 77 97 3A 15 0 29 CA 28 2A
Octal 100 167 227 72 25 0 51 312 50 52
Binary 1000000 1110111 10010111 111010 10101 0 101001 11001010 101000 101010

Color Harmonies of #407797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407797

Black with #407797

Text Example


Text Example

White with #407797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407797; }

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

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

background-color css

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

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

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

border-color css

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

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

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