#4B43C9

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

Shades of Free Speech Blue #4B43C9

Tints of Free Speech Blue #4B43C9

Color information

#4B43C9 (or 0x4B43C9) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 43 and C9. RGB value is (75,67,201). Sum of RGB (Red+Green+Blue) = 75+67+201=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #4B43C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B43C9 is #B4BC36. Grayscale: #545454. Windows color (decimal): -11844663 or 13189963. OLE color: 13189963.

HSL color Cylindrical-coordinate representation of color #4B43C9: hue angle of 243.58º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B43C9 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7567201-
CMYK0.630.6700.21
HSL243.58º55.37%52.55%-
HSV(B)243.58º66.67%78.82%-
XYZ15.459.7356.32-
YUV84.67193.65121.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 67 (26.56% from 255) = 19.53%
BLUE value IS 201 (78.91% from 255) = 58.60%
R=21.87%
G=19.53%
B=58.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75672010.630.6700.21243.5855.3752.55
Hex4B43C93F43015f43735
Octal113103311771030253646765
Binary1001011100001111001001111111100001101010111110100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B43C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,201); }

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

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

 a { background-color: rgb(75,67,201); }

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

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

 span { border-color: rgb(75,67,201); }

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