#4A3FC7

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

Shades of Free Speech Blue #4A3FC7

Tints of Free Speech Blue #4A3FC7

Color information

#4A3FC7 (or 0x4A3FC7) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3F and C7. RGB value is (74,63,199). Sum of RGB (Red+Green+Blue) = 74+63+199=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #4A3FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3FC7 is #B5C038. Grayscale: #515151. Windows color (decimal): -11911225 or 13057866. OLE color: 13057866.

HSL color Cylindrical-coordinate representation of color #4A3FC7: hue angle of 244.85º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A3FC7 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7463199-
CMYK0.630.6800.22
HSL244.85º54.84%51.37%-
HSV(B)244.85º68.34%78.04%-
XYZ14.919.1355.01-
YUV81.79194.14122.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.02%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 199 (78.12% from 255) = 59.23%
R=22.02%
G=18.75%
B=59.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal74631990.630.6800.22244.8554.8451.37
Hex4A3FC73F44016f53733
Octal11277307771040263656763
Binary100101011111111000111111111100010001011011110101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,63,199); }

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

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

 a { background-color: rgb(74,63,199); }

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

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

 span { border-color: rgb(74,63,199); }

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