Html Css Color HEX #7470CB Moody Blue

📋 copy color: '#7470CB'

red 116 ◦ green 112 ◦ blue 203

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

Shades of Moody Blue #7470CB

Tints of Moody Blue #7470CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.99%

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

R = 26.91%
G = 25.99%
B = 47.1%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7470CB (or 0x7470CB) is known color: Moody Blue. HEX triplet: 74, 70 and CB. RGB value is (116,112,203). Sum of RGB (Red+Green+Blue) = 116+112+203=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #7470CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470CB is #8B8F34. Grayscale: #7B7B7B. Windows color (decimal): -9146165 or 13332596. OLE color: 13332596.

HSL color Cylindrical-coordinate representation of color #7470CB: hue angle of 242.64º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7470CB is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 112 203 -
CMYK 0.43 0.45 0 0.20
HSL 242.64º 0.47% 0.62% -
HSV(B) 242.64º 0.45% 0.8% -
XYZ 23.78 19.61 59.03 -
YUV 123.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 116 112 203 0.43 0.45 0 0.20 242.64 0.47 0.62
Hex 74 70 CB 2B 2D 0 14 F3 2F 3E
Octal 164 160 313 53 55 0 24 363 57 76
Binary 1110100 1110000 11001011 101011 101101 0 10100 11110011 101111 111110

Color Harmonies of #7470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7470CB

Black with #7470CB

Text Example


Text Example

White with #7470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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