Html Css Color HEX #407A97 Jelly Bean

📋 copy color: '#407A97'

red 64 ◦ green 122 ◦ blue 151

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

Shades of Jelly Bean #407A97

Tints of Jelly Bean #407A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.2%

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

R = 18.99%
G = 36.2%
B = 44.81%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#407A97 (or 0x407A97) is known color: Jelly Bean. HEX triplet: 40, 7A and 97. RGB value is (64,122,151). Sum of RGB (Red+Green+Blue) = 64+122+151=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #407A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407A97 is #BF8568. Grayscale: #6B6B6B. Windows color (decimal): -12551529 or 9927232. OLE color: 9927232.

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

Color convert

RGB 64 122 151 -
CMYK 0.58 0.19 0 0.41
HSL 200º 0.4% 0.42% -
HSV(B) 200º 0.58% 0.59% -
XYZ 14.66 17.24 31.83 -
YUV 107.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 64 122 151 0.58 0.19 0 0.41 200 0.4 0.42
Hex 40 7A 97 3A 13 0 29 C8 28 2A
Octal 100 172 227 72 23 0 51 310 50 52
Binary 1000000 1111010 10010111 111010 10011 0 101001 11001000 101000 101010

Color Harmonies of #407A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A97

Black with #407A97

Text Example


Text Example

White with #407A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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