#4A43D0

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

Shades of Free Speech Blue #4A43D0

Tints of Free Speech Blue #4A43D0

Color information

#4A43D0 (or 0x4A43D0) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 43 and D0. RGB value is (74,67,208). Sum of RGB (Red+Green+Blue) = 74+67+208=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A43D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A43D0 is #B5BC2F. Grayscale: #545454. Windows color (decimal): -11910192 or 13648714. OLE color: 13648714.

HSL color Cylindrical-coordinate representation of color #4A43D0: hue angle of 242.98º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A43D0 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7467208-
CMYK0.640.6800.18
HSL242.98º60%53.92%-
HSV(B)242.98º67.79%81.57%-
XYZ16.2210.0260.75-
YUV85.17197.32120.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 208 (81.64% from 255) = 59.60%
R=21.20%
G=19.20%
B=59.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal74672080.640.6800.18242.986053.92
Hex4A43D04044012f33c36
Octal1121033201001040223637466
Binary10010101000011110100001000000100010001001011110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A43D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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