Html Css Color HEX #407C98 Jelly Bean

📋 copy color: '#407C98'

red 64 ◦ green 124 ◦ blue 152

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

Shades of Jelly Bean #407C98

Tints of Jelly Bean #407C98

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 18.82%
G = 36.47%
B = 44.71%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#407C98 (or 0x407C98) is known color: Jelly Bean. HEX triplet: 40, 7C and 98. RGB value is (64,124,152). Sum of RGB (Red+Green+Blue) = 64+124+152=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #407C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C98 is #BF8367. Grayscale: #6D6D6D. Windows color (decimal): -12551016 or 9993280. OLE color: 9993280.

HSL color Cylindrical-coordinate representation of color #407C98: hue angle of 199.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #407C98 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 124 152 -
CMYK 0.58 0.18 0 0.40
HSL 199.09º 0.41% 0.42% -
HSV(B) 199.09º 0.58% 0.6% -
XYZ 14.99 17.77 32.35 -
YUV 109.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 64 124 152 0.58 0.18 0 0.40 199.09 0.41 0.42
Hex 40 7C 98 3A 12 0 28 C7 29 2A
Octal 100 174 230 72 22 0 50 307 51 52
Binary 1000000 1111100 10011000 111010 10010 0 101000 11000111 101001 101010

Color Harmonies of #407C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C98

Black with #407C98

Text Example


Text Example

White with #407C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,124,152); }

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

background-color css

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

 a { background-color: rgb(64,124,152); }

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

border-color css

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

 span { border-color: rgb(64,124,152); }

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