#4A3DCD

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

Shades of Free Speech Blue #4A3DCD

Tints of Free Speech Blue #4A3DCD

Color information

#4A3DCD (or 0x4A3DCD) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3D and CD. RGB value is (74,61,205). Sum of RGB (Red+Green+Blue) = 74+61+205=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A3DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DCD is #B5C232. Grayscale: #505050. Windows color (decimal): -11911731 or 13450570. OLE color: 13450570.

HSL color Cylindrical-coordinate representation of color #4A3DCD: hue angle of 245.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A3DCD is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7461205-
CMYK0.640.7000.20
HSL245.42º59.02%52.16%-
HSV(B)245.42º70.24%80.39%-
XYZ15.519.258.72-
YUV81.3197.81122.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 205 (80.47% from 255) = 60.29%
R=21.76%
G=17.94%
B=60.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal74612050.640.7000.20245.4259.0252.16
Hex4A3DCD4046014f53b34
Octal112753151001060243657364
Binary1001010111101110011011000000100011001010011110101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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