#4A44CF

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

Shades of Free Speech Blue #4A44CF

Tints of Free Speech Blue #4A44CF

Color information

#4A44CF (or 0x4A44CF) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 44 and CF. RGB value is (74,68,207). Sum of RGB (Red+Green+Blue) = 74+68+207=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A44CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A44CF is #B5BB30. Grayscale: #555555. Windows color (decimal): -11909937 or 13583434. OLE color: 13583434.

HSL color Cylindrical-coordinate representation of color #4A44CF: hue angle of 242.59º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A44CF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7468207-
CMYK0.640.6700.19
HSL242.59º59.15%53.92%-
HSV(B)242.59º67.15%81.18%-
XYZ16.1510.160.13-
YUV85.64196.49119.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 207 (81.25% from 255) = 59.31%
R=21.20%
G=19.48%
B=59.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74682070.640.6700.19242.5959.1553.92
Hex4A44CF4043013f33b36
Octal1121043171001030233637366
Binary10010101000100110011111000000100001101001111110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A44CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,68,207); }

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

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

 a { background-color: rgb(74,68,207); }

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

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

 span { border-color: rgb(74,68,207); }

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