#7470BE

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

Shades of Moody Blue #7470BE

Tints of Moody Blue #7470BE

Color information

#7470BE (or 0x7470BE) is unknown color: approx Moody Blue. HEX triplet: 74, 70 and BE. RGB value is (116,112,190). Sum of RGB (Red+Green+Blue) = 116+112+190=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #7470BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470BE is #8B8F41. Grayscale: #797979. Windows color (decimal): -9146178 or 12480628. OLE color: 12480628.

HSL color Cylindrical-coordinate representation of color #7470BE: hue angle of 243.08º degrees, saturation: 0.38, 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 #7470BE is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116112190-
CMYK0.390.4100.25
HSL243.08º37.5%59.22%-
HSV(B)243.08º41.05%74.51%-
XYZ22.2919.0251.21-
YUV122.09166.33123.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=27.75%
G=26.79%
B=45.45%

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
Decimal1161121900.390.4100.25243.0837.559.22
Hex7470BE2729019f3263b
Octal16416027647510313634673
Binary111010011100001011111010011110100101100111110011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7470BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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