#4B3FC7

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

Shades of Free Speech Blue #4B3FC7

Tints of Free Speech Blue #4B3FC7

Color information

#4B3FC7 (or 0x4B3FC7) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 3F and C7. RGB value is (75,63,199). Sum of RGB (Red+Green+Blue) = 75+63+199=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 199 (78.12% from 255 or 59.05% from 337); Max value from RGB is 199 - color contains mainly: blue. Hex color #4B3FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B3FC7 is #B4C038. Grayscale: #515151. Windows color (decimal): -11845689 or 13057867. OLE color: 13057867.

HSL color Cylindrical-coordinate representation of color #4B3FC7: hue angle of 245.29º 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 #4B3FC7 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7563199-
CMYK0.620.6800.22
HSL245.29º54.84%51.37%-
HSV(B)245.29º68.34%78.04%-
XYZ14.999.1755.01-
YUV82.09193.98122.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.26%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 199 (78.12% from 255) = 59.05%
R=22.26%
G=18.69%
B=59.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal75631990.620.6800.22245.2954.8451.37
Hex4B3FC73E44016f53733
Octal11377307761040263656763
Binary100101111111111000111111110100010001011011110101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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