Html Css Color HEX #7474CC Moody Blue

📋 copy color: '#7474CC'

red 116 ◦ green 116 ◦ blue 204

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

Shades of Moody Blue #7474CC

Tints of Moody Blue #7474CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.61%

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

R = 26.61%
G = 26.61%
B = 46.79%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7474CC (or 0x7474CC) is known color: Moody Blue. HEX triplet: 74, 74 and CC. RGB value is (116,116,204). Sum of RGB (Red+Green+Blue) = 116+116+204=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #7474CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7474CC is #8B8B33. Grayscale: #7D7D7D. Windows color (decimal): -9145140 or 13399156. OLE color: 13399156.

HSL color Cylindrical-coordinate representation of color #7474CC: hue angle of 240º 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 #7474CC is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 116 204 -
CMYK 0.43 0.43 0 0.2
HSL 240º 0.46% 0.63% -
HSV(B) 240º 0.43% 0.8% -
XYZ 24.35 20.56 59.81 -
YUV 126.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 116 116 204 0.43 0.43 0 0.2 240 0.46 0.63
Hex 74 74 CC 2B 2B 0 14 F0 2E 3F
Octal 164 164 314 53 53 0 24 360 56 77
Binary 1110100 1110100 11001100 101011 101011 0 10100 11110000 101110 111111

Color Harmonies of #7474CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7474CC

Black with #7474CC

Text Example


Text Example

White with #7474CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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