#4B43CA

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

Shades of Free Speech Blue #4B43CA

Tints of Free Speech Blue #4B43CA

Color information

#4B43CA (or 0x4B43CA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 43 and CA. RGB value is (75,67,202). Sum of RGB (Red+Green+Blue) = 75+67+202=344 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.80% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B43CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B43CA is #B4BC35. Grayscale: #545454. Windows color (decimal): -11844662 or 13255499. OLE color: 13255499.

HSL color Cylindrical-coordinate representation of color #4B43CA: hue angle of 243.56º degrees, saturation: 0.56, 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 #4B43CA is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7567202-
CMYK0.630.6700.21
HSL243.56º56.02%52.75%-
HSV(B)243.56º66.83%79.22%-
XYZ15.579.7756.94-
YUV84.78194.15121.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.80%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=21.80%
G=19.48%
B=58.72%

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
Decimal75672020.630.6700.21243.5656.0252.75
Hex4B43CA3F43015f43835
Octal113103312771030253647065
Binary1001011100001111001010111111100001101010111110100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B43CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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