Html Css Color HEX #7478CE Moody Blue

📋 copy color: '#7478CE'

red 116 ◦ green 120 ◦ blue 206

#7478CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7478CE

Tints of Moody Blue #7478CE

RGB

 RED value IS 116 (45.7% from 255) = 26.24%

 GREEN value IS 120 (47.27% from 255) = 27.15%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 26.24%
G = 27.15%
B = 46.61%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7478CE (or 0x7478CE) is known color: Moody Blue. HEX triplet: 74, 78 and CE. RGB value is (116,120,206). Sum of RGB (Red+Green+Blue) = 116+120+206=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #7478CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7478CE is #8B8731. Grayscale: #808080. Windows color (decimal): -9144114 or 13531252. OLE color: 13531252.

HSL color Cylindrical-coordinate representation of color #7478CE: hue angle of 237.33º degrees, saturation: 0.48, 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 #7478CE is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 120 206 -
CMYK 0.44 0.42 0 0.19
HSL 237.33º 0.48% 0.63% -
HSV(B) 237.33º 0.44% 0.81% -
XYZ 25.06 21.6 61.24 -
YUV 128.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 116 120 206 0.44 0.42 0 0.19 237.33 0.48 0.63
Hex 74 78 CE 2C 2A 0 13 ED 30 3F
Octal 164 170 316 54 52 0 23 355 60 77
Binary 1110100 1111000 11001110 101100 101010 0 10011 11101101 110000 111111

Color Harmonies of #7478CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7478CE

Black with #7478CE

Text Example


Text Example

White with #7478CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7478CE;
 }
 .AnyTagClassName
 {
   color: #7478CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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