#7470CF

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

Shades of Moody Blue #7470CF

Tints of Moody Blue #7470CF

Color information

#7470CF (or 0x7470CF) is unknown color: approx Moody Blue. HEX triplet: 74, 70 and CF. RGB value is (116,112,207). Sum of RGB (Red+Green+Blue) = 116+112+207=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #7470CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470CF is #8B8F30. Grayscale: #7B7B7B. Windows color (decimal): -9146161 or 13594740. OLE color: 13594740.

HSL color Cylindrical-coordinate representation of color #7470CF: hue angle of 242.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7470CF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116112207-
CMYK0.440.4600.19
HSL242.53º49.74%62.55%-
HSV(B)242.53º45.89%81.18%-
XYZ24.2619.8161.58-
YUV124.03174.83122.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 112 (44.14% from 255) = 25.75%
BLUE value IS 207 (81.25% from 255) = 47.59%
R=26.67%
G=25.75%
B=47.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161122070.440.4600.19242.5349.7462.55
Hex7470CF2C2E013f3323f
Octal16416031754560233636277
Binary111010011100001100111110110010111001001111110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7470CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7470CF; }

 p { color: rgb(116,112,207); }

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

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

 a { background-color: rgb(116,112,207); }

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

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

 span { border-color: rgb(116,112,207); }

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