#4A43B3

Color #4A43B3 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4A43B3

Tints of Rich Blue #4A43B3

Color information

#4A43B3 (or 0x4A43B3) is unknown color: approx Rich Blue. HEX triplet: 4A, 43 and B3. RGB value is (74,67,179). Sum of RGB (Red+Green+Blue) = 74+67+179=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #4A43B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A43B3 is #B5BC4C. Grayscale: #515151. Windows color (decimal): -11910221 or 11748170. OLE color: 11748170.

HSL color Cylindrical-coordinate representation of color #4A43B3: hue angle of 243.75º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A43B3 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7467179-
CMYK0.590.6300.30
HSL243.75º45.53%48.24%-
HSV(B)243.75º62.57%70.2%-
XYZ12.978.7243.65-
YUV81.86182.82122.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 179 (70.31% from 255) = 55.94%
R=23.12%
G=20.94%
B=55.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74671790.590.6300.30243.7545.5348.24
Hex4A43B33B3F01Ef42e30
Octal11210326373770363645660
Binary100101010000111011001111101111111101111011110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A43B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A43B3; }

 p { color: rgb(74,67,179); }

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

<style>
 a { background-color: #4A43B3; }

 a { background-color: rgb(74,67,179); }

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

<style>
 span { border-color: #4A43B3; }

 span { border-color: rgb(74,67,179); }

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