#4843B8

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

Shades of Free Speech Blue #4843B8

Tints of Free Speech Blue #4843B8

Color information

#4843B8 (or 0x4843B8) is unknown color: approx Free Speech Blue. HEX triplet: 48, 43 and B8. RGB value is (72,67,184). Sum of RGB (Red+Green+Blue) = 72+67+184=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #4843B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4843B8 is #B7BC47. Grayscale: #515151. Windows color (decimal): -12041288 or 12075848. OLE color: 12075848.

HSL color Cylindrical-coordinate representation of color #4843B8: hue angle of 242.56º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4843B8 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7267184-
CMYK0.610.6400.28
HSL242.56º46.61%49.22%-
HSV(B)242.56º63.59%72.16%-
XYZ13.338.8546.35-
YUV81.83185.66120.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.29%
GREEN value IS 67 (26.56% from 255) = 20.74%
BLUE value IS 184 (72.27% from 255) = 56.97%
R=22.29%
G=20.74%
B=56.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal72671840.610.6400.28242.5646.6149.22
Hex4843B83D4001Cf32f31
Octal110103270751000343635761
Binary1001000100001110111000111101100000001110011110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4843B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4843B8; }

 p { color: rgb(72,67,184); }

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

<style>
 a { background-color: #4843B8; }

 a { background-color: rgb(72,67,184); }

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

<style>
 span { border-color: #4843B8; }

 span { border-color: rgb(72,67,184); }

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