#7448BB

Color #7448BB Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #7448BB

Tints of Studio #7448BB

Color information

#7448BB (or 0x7448BB) is unknown color: approx Studio. HEX triplet: 74, 48 and BB. RGB value is (116,72,187). Sum of RGB (Red+Green+Blue) = 116+72+187=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #7448BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448BB is #8BB744. Grayscale: #616161. Windows color (decimal): -9156421 or 12273780. OLE color: 12273780.

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

Color convert

RGB11672187-
CMYK0.380.6100.27
HSL262.96º45.82%50.78%-
HSV(B)262.96º61.5%73.33%-
XYZ18.4911.9448.34-
YUV98.27178.08140.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 187 (73.44% from 255) = 49.87%
R=30.93%
G=19.2%
B=49.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116721870.380.6100.27262.9645.8250.78
Hex7448BB263D01B1072e33
Octal16411027346750334075663
Binary1110100100100010111011100110111101011011100000111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7448BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7448BB;
 }
 .AnyTagClassName
 {
   color: #7448BB;
 }
</style>
background-color css

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

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

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

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

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

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