Html Css Color HEX #7479CC Moody Blue

📋 copy color: '#7479CC'

red 116 ◦ green 121 ◦ blue 204

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

Shades of Moody Blue #7479CC

Tints of Moody Blue #7479CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 26.3%
G = 27.44%
B = 46.26%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7479CC (or 0x7479CC) is known color: Moody Blue. HEX triplet: 74, 79 and CC. RGB value is (116,121,204). Sum of RGB (Red+Green+Blue) = 116+121+204=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #7479CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CC is #8B8633. Grayscale: #808080. Windows color (decimal): -9143860 or 13400436. OLE color: 13400436.

HSL color Cylindrical-coordinate representation of color #7479CC: hue angle of 236.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7479CC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 121 204 -
CMYK 0.43 0.41 0 0.2
HSL 236.59º 0.46% 0.63% -
HSV(B) 236.59º 0.43% 0.8% -
XYZ 24.94 21.75 60.01 -
YUV 128.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 116 121 204 0.43 0.41 0 0.2 236.59 0.46 0.63
Hex 74 79 CC 2B 29 0 14 ED 2E 3F
Octal 164 171 314 53 51 0 24 355 56 77
Binary 1110100 1111001 11001100 101011 101001 0 10100 11101101 101110 111111

Color Harmonies of #7479CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479CC

Black with #7479CC

Text Example


Text Example

White with #7479CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7479CC; }

 p { color: rgb(116,121,204); }

 H1.HeaderClassName
 {
   color: #7479CC;
 }
 .AnyTagClassName
 {
   color: #7479CC;
 }
</style>

background-color css

<style>
 a { background-color: #7479CC; }

 a { background-color: rgb(116,121,204); }

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

border-color css

<style>
 span { border-color: #7479CC; }

 span { border-color: rgb(116,121,204); }

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