Html Css Color HEX #407798 Jelly Bean

📋 copy color: '#407798'

red 64 ◦ green 119 ◦ blue 152

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

Shades of Jelly Bean #407798

Tints of Jelly Bean #407798

RGB

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

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

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

R = 19.1%
G = 35.52%
B = 45.37%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#407798 (or 0x407798) is known color: Jelly Bean. HEX triplet: 40, 77 and 98. RGB value is (64,119,152). Sum of RGB (Red+Green+Blue) = 64+119+152=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #407798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407798 is #BF8867. Grayscale: #6A6A6A. Windows color (decimal): -12552296 or 9992000. OLE color: 9992000.

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

Color convert

RGB 64 119 152 -
CMYK 0.58 0.22 0 0.40
HSL 202.5º 0.41% 0.42% -
HSV(B) 202.5º 0.58% 0.6% -
XYZ 14.38 16.55 32.14 -
YUV 106.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 64 119 152 0.58 0.22 0 0.40 202.5 0.41 0.42
Hex 40 77 98 3A 16 0 28 CA 29 2A
Octal 100 167 230 72 26 0 50 312 51 52
Binary 1000000 1110111 10011000 111010 10110 0 101000 11001010 101001 101010

Color Harmonies of #407798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407798

Black with #407798

Text Example


Text Example

White with #407798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407798; }

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

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

background-color css

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

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

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

border-color css

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

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

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