Html Css Color HEX #407A9D Jelly Bean

📋 copy color: '#407A9D'

red 64 ◦ green 122 ◦ blue 157

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

Shades of Jelly Bean #407A9D

Tints of Jelly Bean #407A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 18.66%
G = 35.57%
B = 45.77%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#407A9D (or 0x407A9D) is known color: Jelly Bean. HEX triplet: 40, 7A and 9D. RGB value is (64,122,157). Sum of RGB (Red+Green+Blue) = 64+122+157=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #407A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407A9D is #BF8562. Grayscale: #6C6C6C. Windows color (decimal): -12551523 or 10320448. OLE color: 10320448.

HSL color Cylindrical-coordinate representation of color #407A9D: hue angle of 202.58º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #407A9D is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 122 157 -
CMYK 0.59 0.22 0 0.38
HSL 202.58º 0.42% 0.43% -
HSV(B) 202.58º 0.59% 0.62% -
XYZ 15.16 17.44 34.47 -
YUV 108.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 64 122 157 0.59 0.22 0 0.38 202.58 0.42 0.43
Hex 40 7A 9D 3B 16 0 26 CB 2A 2B
Octal 100 172 235 73 26 0 46 313 52 53
Binary 1000000 1111010 10011101 111011 10110 0 100110 11001011 101010 101011

Color Harmonies of #407A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A9D

Black with #407A9D

Text Example


Text Example

White with #407A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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