Html Css Color HEX #7479CB Moody Blue

📋 copy color: '#7479CB'

red 116 ◦ green 121 ◦ blue 203

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

Shades of Moody Blue #7479CB

Tints of Moody Blue #7479CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 26.36%
G = 27.5%
B = 46.14%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7479CB (or 0x7479CB) is known color: Moody Blue. HEX triplet: 74, 79 and CB. RGB value is (116,121,203). Sum of RGB (Red+Green+Blue) = 116+121+203=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #7479CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479CB is #8B8634. Grayscale: #808080. Windows color (decimal): -9143861 or 13334900. OLE color: 13334900.

HSL color Cylindrical-coordinate representation of color #7479CB: hue angle of 236.55º 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 #7479CB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 121 203 -
CMYK 0.43 0.40 0 0.20
HSL 236.55º 0.46% 0.63% -
HSV(B) 236.55º 0.43% 0.8% -
XYZ 24.82 21.7 59.38 -
YUV 128.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 116 121 203 0.43 0.40 0 0.20 236.55 0.46 0.63
Hex 74 79 CB 2B 28 0 14 ED 2E 3F
Octal 164 171 313 53 50 0 24 355 56 77
Binary 1110100 1111001 11001011 101011 101000 0 10100 11101101 101110 111111

Color Harmonies of #7479CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479CB

Black with #7479CB

Text Example


Text Example

White with #7479CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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