#7471CB

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

Shades of Moody Blue #7471CB

Tints of Moody Blue #7471CB

Color information

#7471CB (or 0x7471CB) is unknown color: approx Moody Blue. HEX triplet: 74, 71 and CB. RGB value is (116,113,203). Sum of RGB (Red+Green+Blue) = 116+113+203=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #7471CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471CB is #8B8E34. Grayscale: #7B7B7B. Windows color (decimal): -9145909 or 13332852. OLE color: 13332852.

HSL color Cylindrical-coordinate representation of color #7471CB: hue angle of 242º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7471CB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116113203-
CMYK0.430.4400.20
HSL242º46.39%61.96%-
HSV(B)242º44.33%79.61%-
XYZ23.8919.8459.07-
YUV124.16172.49122.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=26.85%
G=26.16%
B=46.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161132030.430.4400.2024246.3961.96
Hex7471CB2B2C014f22e3e
Octal16416131353540243625676
Binary111010011100011100101110101110110001010011110010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7471CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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