#4A42DA

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

Shades of Free Speech Blue #4A42DA

Tints of Free Speech Blue #4A42DA

Color information

#4A42DA (or 0x4A42DA) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 42 and DA. RGB value is (74,66,218). Sum of RGB (Red+Green+Blue) = 74+66+218=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A42DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42DA is #B5BD25. Grayscale: #555555. Windows color (decimal): -11910438 or 14303818. OLE color: 14303818.

HSL color Cylindrical-coordinate representation of color #4A42DA: hue angle of 243.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A42DA is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7466218-
CMYK0.660.7000.15
HSL243.16º67.26%55.69%-
HSV(B)243.16º69.72%85.49%-
XYZ17.4310.4167.42-
YUV85.72202.65119.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.67%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 218 (85.55% from 255) = 60.89%
R=20.67%
G=18.44%
B=60.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal74662180.660.7000.15243.1667.2655.69
Hex4A42DA42460Ff34338
Octal11210233210210601736310370
Binary10010101000010110110101000010100011001111111100111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A42DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,66,218); }

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

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

 a { background-color: rgb(74,66,218); }

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

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

 span { border-color: rgb(74,66,218); }

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