#4A3DD6

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

Shades of Free Speech Blue #4A3DD6

Tints of Free Speech Blue #4A3DD6

Color information

#4A3DD6 (or 0x4A3DD6) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3D and D6. RGB value is (74,61,214). Sum of RGB (Red+Green+Blue) = 74+61+214=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A3DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DD6 is #B5C229. Grayscale: #515151. Windows color (decimal): -11911722 or 14040394. OLE color: 14040394.

HSL color Cylindrical-coordinate representation of color #4A3DD6: hue angle of 245.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A3DD6 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7461214-
CMYK0.650.7100.16
HSL245.1º65.11%53.92%-
HSV(B)245.1º71.5%83.92%-
XYZ16.639.6564.6-
YUV82.33202.31122.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 214 (83.98% from 255) = 61.32%
R=21.20%
G=17.48%
B=61.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74612140.650.7100.16245.165.1153.92
Hex4A3DD64147010f54136
Octal1127532610110702036510166
Binary10010101111011101011010000011000111010000111101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,61,214); }

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

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

 a { background-color: rgb(74,61,214); }

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

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

 span { border-color: rgb(74,61,214); }

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