#4842BD

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

Shades of Free Speech Blue #4842BD

Tints of Free Speech Blue #4842BD

Color information

#4842BD (or 0x4842BD) is unknown color: approx Free Speech Blue. HEX triplet: 48, 42 and BD. RGB value is (72,66,189). Sum of RGB (Red+Green+Blue) = 72+66+189=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #4842BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4842BD is #B7BD42. Grayscale: #515151. Windows color (decimal): -12041539 or 12403272. OLE color: 12403272.

HSL color Cylindrical-coordinate representation of color #4842BD: hue angle of 242.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4842BD is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7266189-
CMYK0.620.6500.26
HSL242.93º48.24%50%-
HSV(B)242.93º65.08%74.12%-
XYZ13.818.9549.14-
YUV81.82188.49121-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=22.02%
G=20.18%
B=57.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72661890.620.6500.26242.9348.2450
Hex4842BD3E4101Af33032
Octal110102275761010323636062
Binary1001000100001010111101111110100000101101011110011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4842BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4842BD; }

 p { color: rgb(72,66,189); }

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

<style>
 a { background-color: #4842BD; }

 a { background-color: rgb(72,66,189); }

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

<style>
 span { border-color: #4842BD; }

 span { border-color: rgb(72,66,189); }

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