#4A6ACA

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

Shades of Free Speech Blue #4A6ACA

Tints of Free Speech Blue #4A6ACA

Color information

#4A6ACA (or 0x4A6ACA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 6A and CA. RGB value is (74,106,202). Sum of RGB (Red+Green+Blue) = 74+106+202=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A6ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ACA is #B59535. Grayscale: #6A6A6A. Windows color (decimal): -11900214 or 13265482. OLE color: 13265482.

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

Color convert

RGB74106202-
CMYK0.630.4800.21
HSL225º54.7%54.12%-
HSV(B)225º63.37%79.22%-
XYZ18.6416.0357.99-
YUV107.38181.4104.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.37%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=19.37%
G=27.75%
B=52.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741062020.630.4800.2122554.754.12
Hex4A6ACA3F30015e13736
Octal11215231277600253416766
Binary100101011010101100101011111111000001010111100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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