Html Css Color HEX #407D9D Jelly Bean

📋 copy color: '#407D9D'

red 64 ◦ green 125 ◦ blue 157

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

Shades of Jelly Bean #407D9D

Tints of Jelly Bean #407D9D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

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

R = 18.5%
G = 36.13%
B = 45.38%

CMYK

 C value IS 0.59

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#407D9D (or 0x407D9D) is known color: Jelly Bean. HEX triplet: 40, 7D and 9D. RGB value is (64,125,157). Sum of RGB (Red+Green+Blue) = 64+125+157=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #407D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407D9D is #BF8262. Grayscale: #6E6E6E. Windows color (decimal): -12550755 or 10321216. OLE color: 10321216.

HSL color Cylindrical-coordinate representation of color #407D9D: hue angle of 200.65º 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 #407D9D is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 125 157 -
CMYK 0.59 0.20 0 0.38
HSL 200.65º 0.42% 0.43% -
HSV(B) 200.65º 0.59% 0.62% -
XYZ 15.53 18.19 34.59 -
YUV 110.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 64 125 157 0.59 0.20 0 0.38 200.65 0.42 0.43
Hex 40 7D 9D 3B 14 0 26 C9 2A 2B
Octal 100 175 235 73 24 0 46 311 52 53
Binary 1000000 1111101 10011101 111011 10100 0 100110 11001001 101010 101011

Color Harmonies of #407D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D9D

Black with #407D9D

Text Example


Text Example

White with #407D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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