#4A42BB

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

Shades of Free Speech Blue #4A42BB

Tints of Free Speech Blue #4A42BB

Color information

#4A42BB (or 0x4A42BB) is unknown color: approx Free Speech Blue. HEX triplet: 4A, 42 and BB. RGB value is (74,66,187). Sum of RGB (Red+Green+Blue) = 74+66+187=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A42BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A42BB is #B5BD44. Grayscale: #515151. Windows color (decimal): -11910469 or 12272202. OLE color: 12272202.

HSL color Cylindrical-coordinate representation of color #4A42BB: hue angle of 243.97º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A42BB is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7466187-
CMYK0.600.6500.27
HSL243.97º47.83%49.61%-
HSV(B)243.97º64.71%73.33%-
XYZ13.748.9448.02-
YUV82.19187.15122.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=22.63%
G=20.18%
B=57.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74661870.600.6500.27243.9747.8349.61
Hex4A42BB3C4101Bf43032
Octal112102273741010333646062
Binary1001010100001010111011111100100000101101111110100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A42BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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