#734EB4

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

Shades of Studio #734EB4

Tints of Studio #734EB4

Color information

#734EB4 (or 0x734EB4) is unknown color: approx Studio. HEX triplet: 73, 4E and B4. RGB value is (115,78,180). Sum of RGB (Red+Green+Blue) = 115+78+180=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #734EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #734EB4 is #8CB14B. Grayscale: #646464. Windows color (decimal): -9220428 or 11816563. OLE color: 11816563.

HSL color Cylindrical-coordinate representation of color #734EB4: hue angle of 261.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734EB4 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11578180-
CMYK0.360.5700.29
HSL261.76º40.48%50.59%-
HSV(B)261.76º56.67%70.59%-
XYZ18.0312.3944.62-
YUV100.69172.76138.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=30.83%
G=20.91%
B=48.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal115781800.360.5700.29261.7640.4850.59
Hex734EB4243901D1062833
Octal16311626444710354065063
Binary1110011100111010110100100100111001011101100000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734EB4; }

 p { color: rgb(115,78,180); }

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

<style>
 a { background-color: #734EB4; }

 a { background-color: rgb(115,78,180); }

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

<style>
 span { border-color: #734EB4; }

 span { border-color: rgb(115,78,180); }

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