Html Css Color HEX #7470CF Moody Blue

📋 copy color: '#7470CF'

red 116 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #7470CF

Tints of Moody Blue #7470CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 26.67%
G = 25.75%
B = 47.59%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7470CF (or 0x7470CF) is known color: Moody Blue. HEX triplet: 74, 70 and CF. RGB value is (116,112,207). Sum of RGB (Red+Green+Blue) = 116+112+207=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #7470CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470CF is #8B8F30. Grayscale: #7B7B7B. Windows color (decimal): -9146161 or 13594740. OLE color: 13594740.

HSL color Cylindrical-coordinate representation of color #7470CF: hue angle of 242.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7470CF is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 112 207 -
CMYK 0.44 0.46 0 0.19
HSL 242.53º 0.5% 0.63% -
HSV(B) 242.53º 0.46% 0.81% -
XYZ 24.26 19.81 61.58 -
YUV 124.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 116 112 207 0.44 0.46 0 0.19 242.53 0.5 0.63
Hex 74 70 CF 2C 2E 0 13 F3 32 3F
Octal 164 160 317 54 56 0 23 363 62 77
Binary 1110100 1110000 11001111 101100 101110 0 10011 11110011 110010 111111

Color Harmonies of #7470CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7470CF

Black with #7470CF

Text Example


Text Example

White with #7470CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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