Html Css Color HEX #7448BC Studio

📋 copy color: '#7448BC'

red 116 ◦ green 72 ◦ blue 188

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

Shades of Studio #7448BC

Tints of Studio #7448BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 188 (73.83% from 255) = 50%

R = 30.85%
G = 19.15%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7448BC (or 0x7448BC) is known color: Studio. HEX triplet: 74, 48 and BC. RGB value is (116,72,188). Sum of RGB (Red+Green+Blue) = 116+72+188=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #7448BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448BC is #8BB743. Grayscale: #616161. Windows color (decimal): -9156420 or 12339316. OLE color: 12339316.

HSL color Cylindrical-coordinate representation of color #7448BC: hue angle of 262.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7448BC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 72 188 -
CMYK 0.38 0.62 0 0.26
HSL 262.76º 0.46% 0.51% -
HSV(B) 262.76º 0.62% 0.74% -
XYZ 18.6 11.98 48.91 -
YUV 98.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 116 72 188 0.38 0.62 0 0.26 262.76 0.46 0.51
Hex 74 48 BC 26 3E 0 1A 107 2E 33
Octal 164 110 274 46 76 0 32 407 56 63
Binary 1110100 1001000 10111100 100110 111110 0 11010 100000111 101110 110011

Color Harmonies of #7448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7448BC

Black with #7448BC

Text Example


Text Example

White with #7448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7448BC; }

 p { color: rgb(116,72,188); }

 H1.HeaderClassName
 {
   color: #7448BC;
 }
 .AnyTagClassName
 {
   color: #7448BC;
 }
</style>

background-color css

<style>
 a { background-color: #7448BC; }

 a { background-color: rgb(116,72,188); }

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

border-color css

<style>
 span { border-color: #7448BC; }

 span { border-color: rgb(116,72,188); }

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