#7471BE

Color #7471BE Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7471BE

Tints of Moody Blue #7471BE

Color information

#7471BE (or 0x7471BE) is unknown color: approx Moody Blue. HEX triplet: 74, 71 and BE. RGB value is (116,113,190). Sum of RGB (Red+Green+Blue) = 116+113+190=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #7471BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471BE is #8B8E41. Grayscale: #7A7A7A. Windows color (decimal): -9145922 or 12480884. OLE color: 12480884.

HSL color Cylindrical-coordinate representation of color #7471BE: hue angle of 242.34º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7471BE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116113190-
CMYK0.390.4100.25
HSL242.34º37.2%59.41%-
HSV(B)242.34º40.53%74.51%-
XYZ22.419.2451.25-
YUV122.68165.99123.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.68%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=27.68%
G=26.97%
B=45.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161131900.390.4100.25242.3437.259.41
Hex7471BE2729019f2253b
Octal16416127647510313624573
Binary111010011100011011111010011110100101100111110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7471BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7471BE; }

 p { color: rgb(116,113,190); }

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

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

 a { background-color: rgb(116,113,190); }

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

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

 span { border-color: rgb(116,113,190); }

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