#4A4FCA

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

Shades of Free Speech Blue #4A4FCA

Tints of Free Speech Blue #4A4FCA

Color information

#4A4FCA (or 0x4A4FCA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 4F and CA. RGB value is (74,79,202). Sum of RGB (Red+Green+Blue) = 74+79+202=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A4FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FCA is #B5B035. Grayscale: #5B5B5B. Windows color (decimal): -11907126 or 13258570. OLE color: 13258570.

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

Color convert

RGB7479202-
CMYK0.630.6100.21
HSL237.66º54.7%54.12%-
HSV(B)237.66º63.37%79.22%-
XYZ16.2811.3157.2-
YUV91.53190.34115.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.85%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=20.85%
G=22.25%
B=56.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74792020.630.6100.21237.6654.754.12
Hex4A4FCA3F3D015ee3736
Octal11211731277750253566766
Binary100101010011111100101011111111110101010111101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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