#4A69C9

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

Shades of Free Speech Blue #4A69C9

Tints of Free Speech Blue #4A69C9

Color information

#4A69C9 (or 0x4A69C9) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 69 and C9. RGB value is (74,105,201). Sum of RGB (Red+Green+Blue) = 74+105+201=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #4A69C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A69C9 is #B59636. Grayscale: #6A6A6A. Windows color (decimal): -11900471 or 13199690. OLE color: 13199690.

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

Color convert

RGB74105201-
CMYK0.630.4800.21
HSL225.35º54.04%53.92%-
HSV(B)225.35º63.18%78.82%-
XYZ18.4215.7857.33-
YUV106.68181.23104.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.47%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 201 (78.91% from 255) = 52.89%
R=19.47%
G=27.63%
B=52.89%

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
Decimal741052010.630.4800.21225.3554.0453.92
Hex4A69C93F30015e13636
Octal11215131177600253416666
Binary100101011010011100100111111111000001010111100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A69C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,201); }

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

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

 a { background-color: rgb(74,105,201); }

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

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

 span { border-color: rgb(74,105,201); }

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