Html Css Color HEX #744ABB Studio

📋 copy color: '#744ABB'

red 116 ◦ green 74 ◦ blue 187

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

Shades of Studio #744ABB

Tints of Studio #744ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 30.77%
G = 19.63%
B = 49.6%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#744ABB (or 0x744ABB) is known color: Studio. HEX triplet: 74, 4A and BB. RGB value is (116,74,187). Sum of RGB (Red+Green+Blue) = 116+74+187=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #744ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744ABB is #8BB544. Grayscale: #636363. Windows color (decimal): -9155909 or 12274292. OLE color: 12274292.

HSL color Cylindrical-coordinate representation of color #744ABB: hue angle of 262.3º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #744ABB is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 74 187 -
CMYK 0.38 0.60 0 0.27
HSL 262.3º 0.45% 0.51% -
HSV(B) 262.3º 0.6% 0.73% -
XYZ 18.62 12.2 48.39 -
YUV 99.44 177.41 139.81 -
System Red Green Blue C M Y K H S L
Decimal 116 74 187 0.38 0.60 0 0.27 262.3 0.45 0.51
Hex 74 4A BB 26 3C 0 1B 106 2D 33
Octal 164 112 273 46 74 0 33 406 55 63
Binary 1110100 1001010 10111011 100110 111100 0 11011 100000110 101101 110011

Color Harmonies of #744ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744ABB

Black with #744ABB

Text Example


Text Example

White with #744ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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