#4A3DCB

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

Shades of Free Speech Blue #4A3DCB

Tints of Free Speech Blue #4A3DCB

Color information

#4A3DCB (or 0x4A3DCB) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 3D and CB. RGB value is (74,61,203). Sum of RGB (Red+Green+Blue) = 74+61+203=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A3DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3DCB is #B5C234. Grayscale: #505050. Windows color (decimal): -11911733 or 13319498. OLE color: 13319498.

HSL color Cylindrical-coordinate representation of color #4A3DCB: hue angle of 245.49º degrees, saturation: 0.58, 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 #4A3DCB is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7461203-
CMYK0.640.7000.20
HSL245.49º57.72%51.76%-
HSV(B)245.49º69.95%79.61%-
XYZ15.279.1157.45-
YUV81.07196.81122.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.89%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=21.89%
G=18.05%
B=60.06%

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
Decimal74612030.640.7000.20245.4957.7251.76
Hex4A3DCB4046014f53a34
Octal112753131001060243657264
Binary1001010111101110010111000000100011001010011110101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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