#407A98

Color #407A98 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #407A98

Tints of Jelly Bean #407A98

Color information

#407A98 (or 0x407A98) is unknown color: approx Jelly Bean. HEX triplet: 40, 7A and 98. RGB value is (64,122,152). Sum of RGB (Red+Green+Blue) = 64+122+152=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #407A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407A98 is #BF8567. Grayscale: #6B6B6B. Windows color (decimal): -12551528 or 9992768. OLE color: 9992768.

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

Color convert

RGB64122152-
CMYK0.580.2000.40
HSL200.45º40.74%42.35%-
HSV(B)200.45º57.89%59.61%-
XYZ14.7417.2832.26-
YUV108.08152.7896.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.93%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=18.93%
G=36.09%
B=44.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641221520.580.2000.40200.4540.7442.35
Hex407A983A14028c8292a
Octal10017223072240503105152
Binary100000011110101001100011101010100010100011001000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #407A98;
 }
 .AnyTagClassName
 {
   color: #407A98;
 }
</style>
background-color css

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

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

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

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

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

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