#4B4ACA

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

Shades of Free Speech Blue #4B4ACA

Tints of Free Speech Blue #4B4ACA

Color information

#4B4ACA (or 0x4B4ACA) is unknown color: approx Free Speech Blue. HEX triplet: 4B, 4A and CA. RGB value is (75,74,202). Sum of RGB (Red+Green+Blue) = 75+74+202=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B4ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B4ACA is #B4B535. Grayscale: #585858. Windows color (decimal): -11842870 or 13257291. OLE color: 13257291.

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

Color convert

RGB7574202-
CMYK0.630.6300.21
HSL240.47º54.7%54.12%-
HSV(B)240.47º63.37%79.22%-
XYZ16.0110.6657.09-
YUV88.89191.83118.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=21.37%
G=21.08%
B=57.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75742020.630.6300.21240.4754.754.12
Hex4B4ACA3F3F015f03736
Octal11311231277770253606766
Binary100101110010101100101011111111111101010111110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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