Html Css Color HEX #744FAA Studio

📋 copy color: '#744FAA'

red 116 ◦ green 79 ◦ blue 170

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

Shades of Studio #744FAA

Tints of Studio #744FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 31.78%
G = 21.64%
B = 46.58%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#744FAA (or 0x744FAA) is known color: Studio. HEX triplet: 74, 4F and AA. RGB value is (116,79,170). Sum of RGB (Red+Green+Blue) = 116+79+170=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #744FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744FAA is #8BB055. Grayscale: #646464. Windows color (decimal): -9154646 or 11161460. OLE color: 11161460.

HSL color Cylindrical-coordinate representation of color #744FAA: hue angle of 264.4º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744FAA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 79 170 -
CMYK 0.32 0.54 0 0.33
HSL 264.4º 0.37% 0.49% -
HSV(B) 264.4º 0.54% 0.67% -
XYZ 17.25 12.21 39.48 -
YUV 100.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 116 79 170 0.32 0.54 0 0.33 264.4 0.37 0.49
Hex 74 4F AA 20 36 0 21 108 25 31
Octal 164 117 252 40 66 0 41 410 45 61
Binary 1110100 1001111 10101010 100000 110110 0 100001 100001000 100101 110001

Color Harmonies of #744FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744FAA

Black with #744FAA

Text Example


Text Example

White with #744FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744FAA; }

 p { color: rgb(116,79,170); }

 H1.HeaderClassName
 {
   color: #744FAA;
 }
 .AnyTagClassName
 {
   color: #744FAA;
 }
</style>

background-color css

<style>
 a { background-color: #744FAA; }

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

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

border-color css

<style>
 span { border-color: #744FAA; }

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

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