Html Css Color HEX #744AB8 Studio

📋 copy color: '#744AB8'

red 116 ◦ green 74 ◦ blue 184

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

Shades of Studio #744AB8

Tints of Studio #744AB8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 31.02%
G = 19.79%
B = 49.2%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#744AB8 (or 0x744AB8) is known color: Studio. HEX triplet: 74, 4A and B8. RGB value is (116,74,184). Sum of RGB (Red+Green+Blue) = 116+74+184=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #744AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744AB8 is #8BB547. Grayscale: #626262. Windows color (decimal): -9155912 or 12077684. OLE color: 12077684.

HSL color Cylindrical-coordinate representation of color #744AB8: hue angle of 262.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744AB8 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 74 184 -
CMYK 0.37 0.60 0 0.28
HSL 262.91º 0.44% 0.51% -
HSV(B) 262.91º 0.6% 0.72% -
XYZ 18.3 12.07 46.71 -
YUV 99.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 116 74 184 0.37 0.60 0 0.28 262.91 0.44 0.51
Hex 74 4A B8 25 3C 0 1C 107 2C 33
Octal 164 112 270 45 74 0 34 407 54 63
Binary 1110100 1001010 10111000 100101 111100 0 11100 100000111 101100 110011

Color Harmonies of #744AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744AB8

Black with #744AB8

Text Example


Text Example

White with #744AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,74,184); }

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

background-color css

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

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

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

border-color css

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

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

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