#7478CF

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

Shades of Moody Blue #7478CF

Tints of Moody Blue #7478CF

Color information

#7478CF (or 0x7478CF) is unknown color: approx Moody Blue. HEX triplet: 74, 78 and CF. RGB value is (116,120,207). Sum of RGB (Red+Green+Blue) = 116+120+207=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #7478CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7478CF is #8B8730. Grayscale: #808080. Windows color (decimal): -9144113 or 13596788. OLE color: 13596788.

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

Color convert

RGB116120207-
CMYK0.440.4200.19
HSL237.36º48.66%63.33%-
HSV(B)237.36º43.96%81.18%-
XYZ25.1821.6561.88-
YUV128.72172.17118.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.19%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 207 (81.25% from 255) = 46.73%
R=26.19%
G=27.09%
B=46.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161202070.440.4200.19237.3648.6663.33
Hex7478CF2C2A013ed313f
Octal16417031754520233556177
Binary111010011110001100111110110010101001001111101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7478CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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